Skip to content

@technobuddha > library > JSON

Serialization

NameTypeDescription
replacerFunctionUsed with JSON.stringify to encode a wider range of objects into strings that can later be decoded with reviver
reviverFunctionUsed with JSON.parse to decode objected encoded by replacer
specialBeginConstantThe beginning of a special JSON value
specialFinishConstantThe end of a special JSON value
TBJsonArrayTypeMatches a JSON array.
TBJsonObjectTypeMatches a JSON object.
TBJsonPrimitiveTypeMatches any valid JSON primitive value.
TBJsonValueTypeMatches any valid JSON value.