mirror of
https://github.com/mapbox/tippecanoe.git
synced 2025-04-26 22:10:06 +00:00
Document the test program
This commit is contained in:
parent
bb33b45ece
commit
ad4016635c
12
README.md
12
README.md
@ -122,3 +122,15 @@ Utility function
|
||||
There is a function <code>json_hash_get</code> that looks up the JSON object hash value
|
||||
corresponding to a C string hash key in a JSON hash object. If the object specified is
|
||||
NULL or not a JSON hash or has no matching key, it returns NULL.
|
||||
|
||||
Test program
|
||||
------------
|
||||
|
||||
The <code>jsoncat</code> program reads JSON from the standard input or from
|
||||
named files and pretty-prints it to the standard output.
|
||||
|
||||
Normally it uses the callback interface to avoid memory overhead.
|
||||
It has two options:
|
||||
|
||||
* <code>-t</code> reads the whole tree and then prints it
|
||||
* <code>-i</code> reads incrementally, but still keeps it all in memory.
|
||||
|
Loading…
x
Reference in New Issue
Block a user