An open API service indexing awesome lists of open source software.

https://github.com/v2e4lisp/json-py

json parser
https://github.com/v2e4lisp/json-py

Last synced: about 2 months ago
JSON representation

json parser

Awesome Lists containing this project

README

          

YAJP is a simple json parser written in python.

This inspiration for this project comes from douglascrockford/JSON-js.
https://github.com/douglascrockford/JSON-js

I think I'll write some more scripts in python to map that whole project which is written in javascript .