Uses of Interface
jsonvalues.Json
Packages that use Json
-
Uses of Json in jsonvalues
Classes in jsonvalues with type parameters of type JsonModifier and TypeInterfaceDescriptioninterfaceRepresents 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 classRepresents a json array, which is an ordered list of elements.classRepresents 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[]voidJsonIO.serialize(Json<?> json, OutputStream stream) JsonIO.toPrettyString(Json<?> json, int indentLength)