Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zyga/json-document
Intuitive and powerful python bindings to JSON documents (with schema!)
https://github.com/zyga/json-document
Last synced: 2 days ago
JSON representation
Intuitive and powerful python bindings to JSON documents (with schema!)
- Host: GitHub
- URL: https://github.com/zyga/json-document
- Owner: zyga
- Created: 2011-12-17T12:44:26.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2016-02-11T09:16:32.000Z (almost 9 years ago)
- Last Synced: 2024-09-20T06:48:33.720Z (about 2 months ago)
- Language: Python
- Homepage:
- Size: 83 KB
- Stars: 13
- Watchers: 6
- Forks: 4
- Open Issues: 5
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
JSON Document
=============This package provides intuitive and powerful binding system for JSON documents.
It bridged the gap between raw python objects, json schema and json files. A
powerful default system also allows developers to access an empty document and
see the default values from the schema without any code changes.Documentation
-------------Live documentation is available at http://json-document.readthedocs.org/.