string

String Methods

jSONDeserialize(strictMapping=[boolean], useCustomSerializer=[string])

Converts a JSON (JavaScript Object Notation) string data representation into data, such as a structure or array.

Arguments:

Argument
Type
Required
Default

strictMapping

boolean

false

true

useCustomSerializer

string

false

null

fromJSON(strictMapping=[boolean], useCustomSerializer=[string])

Converts a JSON (JavaScript Object Notation) string data representation into data, such as a structure or array.

Arguments:

Argument
Type
Required
Default

strictMapping

boolean

false

true

useCustomSerializer

string

false

null

Examples

Last updated

Was this helpful?