https://github.com/zwimer/improved_json
A small add-on for python's builtin json library
https://github.com/zwimer/improved_json
Last synced: 4 months ago
JSON representation
A small add-on for python's builtin json library
- Host: GitHub
- URL: https://github.com/zwimer/improved_json
- Owner: zwimer
- License: gpl-3.0
- Created: 2024-01-02T23:11:57.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-08-26T06:08:31.000Z (almost 2 years ago)
- Last Synced: 2024-11-06T23:18:08.271Z (over 1 year ago)
- Language: Python
- Size: 28.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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