Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 690 Bytes

README.rst

File metadata and controls

31 lines (19 loc) · 690 Bytes
Documentation Status

Better JSON Tools

Python module that adds tools to make working with JSON data easier.

Documentation

If you're looking for documentation please visit:

https://better-json-tools.readthedocs.io/en/stable/

Installation

pip install better-json-tools

Features

  • Compact encoder - better JSON formatting.
  • JSONC Decoder - reading JSONC files.
  • JSON Walkers - better navigation through JSON objects.