Skip to main content

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:

NameTypeDescriptionDefault
valAnyType--

Returns:

TypeDescription
Boolean-

Example:

-- example coming soon

newArray()

Creates a new json array

newArray()

Returns:

TypeDescription
JsonArray-

Example:

-- example coming soon

newBuilder()

Creates a new json serializer builder

newBuilder()

Returns:

TypeDescription
JsonBuilder-

Example:

-- example coming soon

newObject()

Creates a new json object

newObject()

Returns:

TypeDescription
JsonObject-

Example:

-- example coming soon