Class JsonParser

    • Method Summary

      All Methods Static Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      static java.lang.Object parse​(java.lang.String json)
      Deprecated.
      static java.lang.String quote​(java.lang.String string)
      Returns a quoted String suitable to use in JSON.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • parse

        @Deprecated
        public static java.lang.Object parse​(java.lang.String json)
                                      throws java.lang.Exception
        Deprecated.
        Throws:
        java.lang.Exception
      • quote

        public static java.lang.String quote​(java.lang.String string)
        Returns a quoted String suitable to use in JSON.