Package fmpp.util

Class JSONParser


  • public class JSONParser
    extends java.lang.Object
    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

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.Object parse​(java.lang.String src, java.lang.String sourceLocation)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait