Add convenience function to pythons default json implementation
Project description
Logfast
Purpose
Python package which just wraps the default python json but with.
json2.load_file
and json2.save_file
Installation
pip install json2
Usage
import json2
a = json2.load_file(r'/home/user/myjson.json')
json2.dump_file(r'/home/user/myjson.json', a)
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
json2-0.3.0.tar.gz
(1.3 kB
view hashes)
Built Distributions
json2-0.3.0-py3-none-any.whl
(2.4 kB
view hashes)
json2-0.3.0-py2-none-any.whl
(2.4 kB
view hashes)