JSON
JSON all things!
Serialize
serializeJson(
var
[, serializeQueryByColumns = false ]
[, useSecureJSONPrefix = false ]
[, useCustomSerializer = false ]
)person = { name = "Luis Majano", company = "Ortus Solutions", year = 2006};
writeOutput( serializeJSON( person ) );person = { name = "Luis Majano", company = "Ortus Solutions", year = 2006};
writeOutput( person.toJSON() );Key Casing
Possible Casting Issues
Deserialize
Is this JSON?
Last updated
Was this helpful?
