20 Jun
2015
20 Jun
'15
2:36 a.m.
Hi, In the json:serialize() function, the 'indent' option does not seem to be accepted. Is it an outdated option? For example, the following returns "Unknown option 'indent'." in BaseX 8.2.1. json:serialize( json:parse('[{"a":"b"}]'), map {'indent':'no'} ) The 'indent' option doesn't work for json:parse() either, though the doc does not suggest it should. Thanks, Amanda