News

JSON-Parser-with-python-paths This tool parses a JSON file and create a clickable tree view that gives python paths of every key. JSON parsing is a very common activity and JSON parsers help a lot.
A simple JSON parser written in Python in for educational purposes. I think JSON is a fun language to write a parser for because of its simplicity.
Of course, you would usually store the pretty JSON elsewhere rather than print the data to the Terminal. Even so, there’s a one-line snippet you can use to pretty print a JSON file from the command ...