JSON Interop
by John Snelson, on 2009-03-27T03:37:31.905-07:00
parse-json() and serialize-json()XML format
One of things I'd like to see standardized is functions to parse and serialize JSON. XQilla does this with the functions . The used to represent JSON is designed to be non-lossy, so that you can round trip the data.
One of things I'd like to see standardized is functions to parse and serialize JSON. XQilla does this with the functions . The used to represent JSON is designed to be non-lossy, so that you can round trip the data.