Skip to content

thelunatic/json_parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PYTHON JSON PARSER

This is a simple json parser library written from scratch the main objective was to experiment how parsers work and to implement it myself.

How to use it

From your python file (let's say file.py) :

import json_parser as jp

my_dict = jp.load('myjsonfile.json')
print(my_dict)

the jp.load returns a dictionary object of the whole json file So my_dict can be used anywhere you want and invoke the json values.

About

A simple json parser library written from scratch

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages