jsonobjects

JSON parser

A Python library that allows declarative extraction and conversion of elements from JSON documents.

jsonobjects allows you to declaratively specify how to extract and convert elements from a JSON document.

GitHub

5 stars
2 watching
2 forks
Language: Python
last commit: about 9 years ago
Linked from 1 awesome list


Backlinks from these awesome lists:

Related projects:

Repository Description Stars
hjson/hjson-cpp A C++ library for parsing and generating JSON data 69
sourcemeta/jsontoolkit A comprehensive C++ library for parsing and manipulating JSON data with support for various formats and validation rules. 43
jsonpickle/jsonpickle Converts complex Python objects to JSON and vice versa. 1,260
kazuho/picojson A lightweight C++ JSON parser and serializer with various interfaces. 1,119
taocpp/json A header-only C++ library for working with JSON data 605
dimagi/jsonobject A Python library for handling deeply nested JSON objects as schema'd python objects. 234
interactive-matter/ajson A C++ library to parse and generate JSON data structures for Arduino projects. 567
recp/json A lightweight JSON parsing library that creates a DOM-like data structure 24
halaxa/json-machine An efficient and easy-to-use JSON parser that loads documents into memory in small chunks. 1,110
icrar/ijson An iterative JSON parser with Pythonic interfaces to extract structured data from large JSON files. 861
onryldz/x-superobject A Pascal library for rapid JSON data processing and manipulation across multiple platforms. 316
pantuza/jsoncat A tool to parse and pretty-print JSON data from various input sources. 27
waqqas/json2json Converts between different JSON representations based on a defined template. 2
limiu82214/gojmapr A library to extract specific properties from complex JSON structures into Go structs with minimal code changes. 22
nfrechette/sjson-cpp A minimal C++ library to read and write Simplified JSON files without memory allocations. 21