Skip to content

jakecoffman/json_parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

json_parser

A pure python JSON parser using generators/coroutines.

Please note that this is not complete.

Requirements

The latest Python 2.7, might work in Python 3...

Usage

Usage is identical to the standard simplejson parsing:

>>> from parse import loads
>>> loads('{"key":"value"}')
{"key":"value"}

Running tests

>>> python test.py

About

A pure python JSON parser using generators/coroutines

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages