Metadata-Version: 2.1
Name: improved_json
Version: 1.0.0
Summary: A small add-on for python's builtin json library
License: GPL
Project-URL: Homepage, https://github.com/zwimer/improved_json
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE

# improved\_json

A small add-on for python's builtin json library

Additional features:
1. Provides support for encoding / decoding with `pathlib.Path` objects
1. Provides type-checking on `loads`
1. Provides `loadf` and `dumpf`, wrappers for `loads` and `dumps` that deal with files
