json

The global instance of JsonAPI
field signature:
json
Method Property Fluent Description Representation
Field Type a JsonAPI

JsonAPI.newArray

Creates a new json array
overload 1:
json.newArray()
Method Property Fluent Description Representation
Return Value a JsonArray

JsonAPI.isSerializable

Checks if specified value can be serialized
overload 1:
json.isSerializable(val)
Method Property Fluent Description Representation
val accepts anything
Return Value a Boolean

JsonAPI.newBuilder

Creates a new json serializer builder
overload 1:
json.newBuilder()
Method Property Fluent Description Representation
Return Value a JsonBuilder

JsonAPI.newObject

Creates a new json object
overload 1:
json.newObject()
Method Property Fluent Description Representation
Return Value a JsonObject
a a