![]() |
![]()
| ![]() |
![]()
NAMEJSON Encoding and Decoding SYNOPSYS-INCLUDE 'json.sno' DESCRIPTIONJSON_ENCODE(data) accepts a subset of SNOBOL4 data types:
JSON_DECODE(json_string) accepts a proper subset of JSON with the following limits and omissions:
NOTE!!! JSON is defined to use UTF-8 encoding, but this is not enforced by this library. To exchange binary data with other software which may enforce use of only UTF-8 sequences, the binary strings should be encoded (eg with base64) to ASCII sequences. COMPATIBILITYhttps://tools.ietf.org/html/rfc8259 SEE ALSOsnobol4(1), snobol4base64(3) AUTHORSPhilip L. Budne
|