JsonSerializer

An object that is made for serializing and deserializing JSON strings with specific settings

JsonSerializer.deserialize

Serializes provided JSON string to a lua value
overload 1:
JsonSerializer:deserialize(str)
Method Property Fluent Description Representation
str accepts a String
Return Value anything

JsonSerializer.serialize

Serializes provided value to a JSON string
overload 1:
JsonSerializer:serialize(val)
Method Property Fluent Description Representation
val accepts anything
Return Value a String
a a