Json
A global API that contains features to work with JSON
warning
This page is a WIP. It contains all the information in Figura's documentation but we're working on adding more helpful descriptions.
isSerializable()
Checks if specified value can be serialized
isSerializable(val)
Parameters:
Name | Type | Description | Default |
---|---|---|---|
val | AnyType | - | - |
Returns:
Type | Description |
---|---|
Boolean | - |
Example:
-- example coming soon
newArray()
Creates a new json array
newArray()
Returns:
Type | Description |
---|---|
JsonArray | - |
Example:
-- example coming soon
newBuilder()
Creates a new json serializer builder
newBuilder()
Returns:
Type | Description |
---|---|
JsonBuilder | - |
Example:
-- example coming soon
newObject()
Creates a new json object
newObject()
Returns:
Type | Description |
---|---|
JsonObject | - |
Example:
-- example coming soon