Skip to content

tmdag/jsonParser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python 3 JsonParser

VFX Pipeline python v3.6 pylint Score

GitHub: https://github.com/tmdag/jsonParser

Overview

A wrapper on top of original python json module.

Installation:

pip install git+https://github.com/tmdag/jsonParser

Usage:

from jsonParser import JsonFile
my_json = JsonFile("some/json_file.json").load()
print(my_json)

data = {}
data['info'] = {}
data['info']['year'] = 2018

JsonFile("some/json_file.json").save(data)

About

Python 3, tiny json wrapper

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages