Json5Parser

wjson.Json5Parser
class Json5Parser(input: ParserInput)

JSON5 is a superset of JSON, the specification can be found at: http://json5.org/ the main differences are:

  • single quoted strings are allowed
  • comments are allowed
  • trailing commas are allowed
  • trailing commas are allowed in objects and arrays
  • numbers can be hexadecimal
  • numbers can have a leading or trailing decimal point

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def comments(): Unit