Package com.github.underscore
Class Json.JsonValue
java.lang.Object
com.github.underscore.Json.JsonValue
- Enclosing class:
- Json
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate static void
doWriteJson
(Object value, Json.JsonStringBuilder builder) static String
private static void
escape
(String s, StringBuilder sb) static void
writeJson
(Object value, Json.JsonStringBuilder builder)
-
Constructor Details
-
JsonValue
private JsonValue()
-
-
Method Details
-
writeJson
-
doWriteJson
-
escape
-
escape
-