Class JSON
java.lang.Object
me.topchetoeu.j2s.compilation.json.JSON
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic JSONElement
static ParseRes<JSONElement>
static ParseRes<JSONElement>
parseLiteral
(Source src, int i) static ParseRes<JSONElement>
static ParseRes<JSONElement>
parseNumber
(Source src, int i) static ParseRes<JSONElement>
parseString
(Source src, int i) static ParseRes<JSONElement>
parseValue
(Source src, int i) static String
stringify
(JSONElement el) static String
static String
-
Constructor Details
-
JSON
public JSON()
-
-
Method Details
-
parseString
-
parseNumber
-
parseLiteral
-
parseValue
-
parseMap
-
parseList
-
parse
-
stringify
-
stringify
-
stringify
-