https://github.com/v2e4lisp/json-py
json parser
https://github.com/v2e4lisp/json-py
Last synced: about 2 months ago
JSON representation
json parser
- Host: GitHub
- URL: https://github.com/v2e4lisp/json-py
- Owner: v2e4lisp
- Created: 2012-11-25T08:19:07.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2012-11-25T08:19:49.000Z (over 13 years ago)
- Last Synced: 2025-01-16T03:51:36.475Z (over 1 year ago)
- Language: Python
- Size: 109 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README
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 .