Uses of Interface
jsonvalues.Json
Packages that use Json
-
Uses of Json in jsonvalues
Classes in jsonvalues with type parameters of type JsonModifier and TypeInterfaceDescriptioninterface
Represents a json of type T, where T is the type of the container, either a JsObj or a JsArray.Classes in jsonvalues that implement JsonModifier and TypeClassDescriptionfinal class
Represents a json array, which is an ordered list of elements.class
Represents an immutable JSON object.Methods in jsonvalues that return JsonModifier and TypeMethodDescriptiondefault Json<?>
JsValue.toJson()
Returns this JsValue as a JsonMethod parameters in jsonvalues with type arguments of type Json -
Uses of Json in jsonvalues.spec
Methods in jsonvalues.spec with parameters of type JsonModifier and TypeMethodDescriptionbyte[]
void
JsonIO.serialize
(Json<?> json, OutputStream stream) JsonIO.toPrettyString
(Json<?> json, int indentLength)