All Projects → azadkuh → nlohmann_json_release

azadkuh / nlohmann_json_release

Licence: other
json for modern c++ (single header file, release versions)

Programming Languages

C++
36643 projects - #6 most used programming language

Projects that are alternatives of or similar to nlohmann json release

Json
JSON for Modern C++
Stars: ✭ 27,824 (+69460%)
Mutual labels:  cbor, messagepack, json-pointer, bson
Jsoncons
A C++, header-only library for constructing JSON and JSON-like data formats, with JSON Pointer, JSON Patch, JSON Schema, JSONPath, JMESPath, CSV, MessagePack, CBOR, BSON, UBJSON
Stars: ✭ 400 (+900%)
Mutual labels:  cbor, messagepack, bson
Noproto
Flexible, Fast & Compact Serialization with RPC
Stars: ✭ 138 (+245%)
Mutual labels:  messagepack, bson
gson
Algorithms on data formats - JSON, CBOR, Collation.
Stars: ✭ 17 (-57.5%)
Mutual labels:  cbor, json-pointer
msgpack-asgi
Drop-in MessagePack support for ASGI applications and frameworks
Stars: ✭ 100 (+150%)
Mutual labels:  messagepack
HashStablePack
Serialization code generator for QUICK struct content comparison
Stars: ✭ 94 (+135%)
Mutual labels:  messagepack
bsoncodec
Collection of org.bson.codecs.Codec implementations for MongoDB
Stars: ✭ 18 (-55%)
Mutual labels:  bson
SwiftCBOR
A CBOR implementation for Swift
Stars: ✭ 95 (+137.5%)
Mutual labels:  cbor
sbp
Structured Bindings Pack - serialize C++ structs into MessagePack binary form
Stars: ✭ 16 (-60%)
Mutual labels:  messagepack
cbor-php
CBOR Encoder/Decoder for PHP
Stars: ✭ 27 (-32.5%)
Mutual labels:  cbor
what-the-pack
Ultra-fast MessagePack for NodeJS & Browsers | msgpack.org[Javascript/NodeJS]
Stars: ✭ 36 (-10%)
Mutual labels:  messagepack
NanoCBOR
CBOR library aimed at heavily constrained devices
Stars: ✭ 32 (-20%)
Mutual labels:  cbor
mongodb-go-tutorial
Example using the MongoDB Go Driver
Stars: ✭ 114 (+185%)
Mutual labels:  bson
pycose
A Python implementation of the COSE specification (CBOR Object Signing and Encryption) described in RFC 8152.
Stars: ✭ 27 (-32.5%)
Mutual labels:  cbor
MoshiPack
MessagePack implementation built on Moshi & OKIO -- msgpack.org[Kotlin]
Stars: ✭ 33 (-17.5%)
Mutual labels:  messagepack
transfer
Converts from one encoding to another. Supported formats HCL ⇄ JSON ⇄ YAML⇄TOML⇄XML⇄plist⇄pickle⇄properties ...
Stars: ✭ 70 (+75%)
Mutual labels:  bson
burp-collab-gw
Simple socket-based gateway to the Burp Collaborator
Stars: ✭ 34 (-15%)
Mutual labels:  messagepack
json
Useful functions when working with JSON.
Stars: ✭ 17 (-57.5%)
Mutual labels:  json-pointer
cddl
Concise data definition language (RFC 8610) implementation and JSON and CBOR validator in Rust
Stars: ✭ 55 (+37.5%)
Mutual labels:  cbor
uuid-mongodb
📇 Generates and parses MongoDB BSON UUIDs
Stars: ✭ 94 (+135%)
Mutual labels:  bson

nlohmann/json Release

JSON for Modern C++

this repository just keeps the single header file (json.hpp) of each release from nlohmann/json.

only v.2+ are included.

rationale

please have a look at issue #96

License

The class is licensed under the MIT License:

Copyright © 2013-2017 Niels Lohmann

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

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].