/improved_json

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

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

improved_json

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

Additional features:

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