Class Json.JsonValue

  • Enclosing class:
    Json

    public static class Json.JsonValue
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      JsonValue()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String escape​(java.lang.String s)  
      static void writeJson​(java.lang.Object value, Json.JsonStringBuilder builder)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • JsonValue

        public JsonValue()
    • Method Detail

      • escape

        public static java.lang.String escape​(java.lang.String s)