JSON: Difference between revisions

mNo edit summary
No edit summary
 
Line 10: Line 10:


There are other tools too for working with json
There are other tools too for working with json
# Python <code>python -m json.tool myFile.json</code>
# Node based https://github.com/ddopson/underscore-cli
# Node based https://github.com/ddopson/underscore-cli
# Binary C https://stedolan.github.io/jq/
# Binary C https://stedolan.github.io/jq/ (with online viewer)


[[Category:JavaScript]]
[[Category:JavaScript]]
[[Category:Data]]
[[Category:Data]]