Json

Serializes and deserializes primitive and struct values from and to json strings. Supports float, int, string, bool, Vector3, Quaternion, Color, Dict, and List. Dict and List must contain only the supported types, and can be nested.

Function
Returns
Description

LoadFromString(value: string)

object

Deserializes the object from a json string.

SaveToString(value: object)

string

Serializes the object to a json string.

Last updated