Buy Me a Coffee at ko-fi.com

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

Serializes provided JSON string to a lua value

overload 1:
JsonSerializer.deserialize(str: String): AnyType
typings.-1808118735typings.821772070
Method PropertyFluent DescriptionRepresentation
str accepts
Return Value

Serializes provided value to a JSON string

overload 1:
JsonSerializer.serialize(val: AnyType): String
typings.821772070typings.-1808118735
Method PropertyFluent DescriptionRepresentation
val accepts
Return Value