News

Unknown to many, Python works well with JSON files. Here we show you how to pretty print a JSON file in Python.
How to Parse XML in Python Introduction In this article, you'll learn how to parse XML data in Python by exploring popular Python libraries. The article will cover the basics of XML, DOM ...
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.