All Projects → jgarzik → Univalue

jgarzik / Univalue

Licence: mit
High performance RAII C++ JSON library and universal value object class

Projects that are alternatives of or similar to Univalue

Dictfier
Python library to convert/serialize class instances(Objects) both flat and nested into a dictionary data structure. It's very useful in converting Python Objects into JSON format
Stars: ✭ 67 (+45.65%)
Mutual labels:  json, json-parser, json-data
Lazyjson
A very fast, very lazy JSON parser for Java.
Stars: ✭ 55 (+19.57%)
Mutual labels:  json, json-parser, json-data
Json Node Normalizer
'json-node-normalizer' - NodeJS module that normalize json data types from json schema specifications.
Stars: ✭ 105 (+128.26%)
Mutual labels:  json-schema, json, json-data
Jsonpath Rs
JSONPath for Rust
Stars: ✭ 31 (-32.61%)
Mutual labels:  json, json-parser, json-data
json-ref-resolver
[Deprecated] Recursively resolve JSON pointers and remote authorities.
Stars: ✭ 27 (-41.3%)
Mutual labels:  json-schema, json-data, json-parser
Quicktype
Generate types and converters from JSON, Schema, and GraphQL
Stars: ✭ 7,459 (+16115.22%)
Mutual labels:  json-schema, json
Jsonlite
A simple, self-contained, serverless, zero-configuration, json document store.
Stars: ✭ 819 (+1680.43%)
Mutual labels:  json, json-data
Spray Json
A lightweight, clean and simple JSON implementation in Scala
Stars: ✭ 917 (+1893.48%)
Mutual labels:  json, json-parser
Uvicorn Gunicorn Fastapi Docker
Docker image with Uvicorn managed by Gunicorn for high-performance FastAPI web applications in Python 3.6 and above with performance auto-tuning. Optionally with Alpine Linux.
Stars: ✭ 1,014 (+2104.35%)
Mutual labels:  json-schema, json
Djson
Fast Go decoder for dynamic JSON
Stars: ✭ 588 (+1178.26%)
Mutual labels:  json, json-parser
Xml Js
Converter utility between XML text and Javascript object / JSON text.
Stars: ✭ 874 (+1800%)
Mutual labels:  json, json-parser
Jsondoc
JSON object for Delphi based on IUnknown and Variant
Stars: ✭ 20 (-56.52%)
Mutual labels:  json, json-parser
Jsonq
A PHP query builder for JSON
Stars: ✭ 729 (+1484.78%)
Mutual labels:  json, json-data
Conf
Simple config handling for your app or module
Stars: ✭ 707 (+1436.96%)
Mutual labels:  json-schema, json
Movement
Movement is an easier, simpler way to explore and use NIEM. Want to join the Movement and contribute to it? Start here.
Stars: ✭ 19 (-58.7%)
Mutual labels:  json-schema, json
Jsonschema2pojo
Generate Java types from JSON or JSON Schema and annotate those types for data-binding with Jackson, Gson, etc
Stars: ✭ 5,633 (+12145.65%)
Mutual labels:  json-schema, json
Spectral
A flexible JSON/YAML linter for creating automated style guides, with baked in support for OpenAPI v2 & v3.
Stars: ✭ 876 (+1804.35%)
Mutual labels:  json-schema, json
Parson
Lightweight JSON library written in C.
Stars: ✭ 965 (+1997.83%)
Mutual labels:  json, json-parser
Brutusin Rpc
Self-describing JSON-RPC web services over HTTP, with automatic API description based on JSON-Schema
Stars: ✭ 36 (-21.74%)
Mutual labels:  json-schema, json
Chinese Xinhua
📙 中华新华字典数据库。包括歇后语,成语,词语,汉字。
Stars: ✭ 8,705 (+18823.91%)
Mutual labels:  json, json-data

UniValue

Summary

A universal value class, with JSON encoding and decoding.

UniValue is an abstract data type that may be a null, boolean, string, number, array container, or a key/value dictionary container, nested to an arbitrary depth.

This class is aligned with the JSON standard, RFC 7159.

Motivation

UniValue is a reaction to json_spirit, seeking to minimize template and memory use, providing a straightforward RAII class compatible with link-time optimization and embedded uses.

Status

YOU ARE CURRENTLY VIEWING THE DEVELOPMENT BRANCH.

The current production version is available from the stable-1.0.x branch.

The current development series is 1.1.x, and is pushed to the master branch.

The next stable version will be 1.2.0, to be released immediately following the conclusion of the 1.1.x series, similar to this variant of semver.

Installation

This project is a standard GNU autotools project. Build and install instructions are available in the INSTALL file provided with GNU autotools.

$ ./autogen.sh
$ ./configure
$ make
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].