Package com.github.underscore
Class Json
java.lang.Object
com.github.underscore.Json
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
static class
static class
static class
static class
static class
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic String
formatJson
(String json) static String
formatJson
(String json, Json.JsonStringBuilder.Step identStep) static Object
static String
toJson
(Collection collection) static String
toJson
(Collection collection, Json.JsonStringBuilder.Step identStep) static String
static String
toJson
(Map map, Json.JsonStringBuilder.Step identStep)
-
Field Details
-
NULL
- See Also:
-
DIGIT
- See Also:
-
-
Constructor Details
-
Json
private Json()
-
-
Method Details
-
toJson
-
toJson
-
toJson
-
toJson
-
fromJson
-
formatJson
-
formatJson
-