Lines Matching refs:json
11 - [Improvements to the json notation](#improvements-to-the-json-notation)
37 system. However, UCL is fully compatible with `JSON` format and is able to parse json files.
66 ```json
92 ## Improvements to the json notation.
94 There are various things that make ucl configuration more convenient for editing than strict json:
100 ```json
104 ```json
117 ```json
128 ```json
138 ```json
145 ```json
374 * `JSON` - canonic json notation (with spaces indented structure);
375 * `Compacted JSON` - compact json notation (without spaces or newlines);
381 …json: [json schema v4](http://json-schema.org). UCL supports the full set of json schema with the …
386 I got a 19Mb file that consist of ~700 thousand lines of json (obtained via
387 http://www.json-generator.com/). Then I checked jansson library that performs json
391 jansson: parsed json in 1.3899 seconds
396 ucl: emitted json in 0.2329 seconds
397 ucl: emitted compact json in 0.1811 seconds
406 ucl: emitted json in 0.1174 seconds
407 ucl: emitted compact json in 0.0991 seconds