Uses of Interface
jsonvalues.Json
Packages that use Json
Package
Description
This package includes all the classes to represents, create and manipulate JSON
This package includes all the classes to define specs to validate and parse JSON
-
Uses of Json in jsonvalues
Classes in jsonvalues with type parameters of type JsonModifier and TypeInterfaceDescriptioninterface
Represents an immutable and persistent 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 an immutable and persistent JSON array.class
Represents an immutable and persistent 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[]
Serializes the specified JSON into an array of bytesvoid
JsIO.serialize
(Json<?> json, OutputStream stream) Serializes the specified JSON into the given output streamJsIO.toPrettyString
(Json<?> json, int indentLength) Serializes a JSON into a formatted string