Package fmpp.util
Class JSONParser
java.lang.Object
fmpp.util.JSONParser
Simple JSON parser where JSON objects create
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.- Since:
- 0.9.15
-
Method Summary
-
Method Details
-
parse
- Throws:
JSONParseException
-