1,554
edits
(clarify and reorg →Viewing JSON Output) |
m (→json.tool) |
||
Line 43: | Line 43: | ||
==== json.tool ==== | ==== json.tool ==== | ||
Current installations of Python typically include a json module in the standard installed libraries. | |||
<pre> | <pre> | ||
$ curl -s http://api.idigbio.org/ | python -m json.tool | $ curl -s http://api.idigbio.org/ | python -m json.tool |
edits