public class JSONParser
extends java.lang.Object
Map
-s, JSON array-s create List
-s, and the others
create the obvious Java equivalents. Numbers will be Integer
-s where they fit into that, otherwise they
will be Long
-s, and if not even can store the value or if the value is not whole, BigDecimal
-s.Modifier and Type | Method and Description |
---|---|
static java.lang.Object |
parse(java.lang.String src,
java.lang.String sourceLocation) |
public static java.lang.Object parse(java.lang.String src, java.lang.String sourceLocation) throws JSONParseException
JSONParseException