public class JSONParser extends 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.public static Object parse(String src, String sourceLocation) throws JSONParseException
JSONParseException