Metadata-Version: 2.1
Name: pyjn
Version: 0.0.1
Summary: JSON Ref Resolver for standard JSON Schema with Max and Min Schema Generation
Home-page: https://github.com/deepstartup/pyjn
Author: Arghadeep Chaudhury,Siddhartha Bhattacharya
Author-email: arghadeep.chaudhury@gmail.com,siddbhatt@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
Requires-Dist: flatten-json

# JSON Ref Resolver for standard JSON Schema with Max and Min Schema Generation

This is a python package having multiple utilities. 
[Github-flavored Markdown](https://github.com/deepstartup/pyjn/)

Warning : All the Files for ref-reslover should be placed under the same folder/dir.
1.pyjn.refsolver: input param (input file path) 
2.pyjn.maxjson:input param (json schema dict)
3.pyjn.minjson:input param (json schema dict)

#Data Returns in JSON format:
Example : 
import pyjn
pyjn=pyjn()
json_pathtest='C:/Users/Entity.json'
print(pyjn.refsolver(json_pathtest))

