Msgpack-tools Alternatives
-
json5
JSON5 — JSON for humans
-
tools
The Rome Toolchain. A linter, compiler, bundler, and more for JavaScript, TypeScript, HTML, Markdown, and CSS.
-
Scout
Get performance insights in less than 4 minutes. Scout APM uses tracing logic that ties bottlenecks to source code so you know the exact line of code causing performance issues and can get back to building a great product faster.
-
RapidJSON
A fast JSON parser/generator for C++ with both SAX/DOM style API
-
pbc
A protocol buffers library for C
-
asn1c
The ASN.1 Compiler
-
unify-jdocs
A new way of working with JSON documents without using model classes or JSON schemas
-
awesome-json-next
A Collection of What's Next for Awesome JSON (JavaScript Object Notation) for Structured (Meta) Data in Text - JSON5, HJSON, HanSON, TJSON, SON, CSON, USON, JSONX/JSON11 & Many More
-
ruby-skyjam
A Google Music client gem
-
rson
Rust Object Notation
-
ujsonin
Micro JSON Input / Reader
Posts
-
JSON with Commas and Comments
I wholeheartedly agree with this idea. In case anyone wants a fast C++ parser for this, RapidJSON [1] has optional support for comments and trailing commas; I actually added trailing comma support to it.
I did this to support hand-writing game data in JSON (e.g. monster stats, campaign dialog scripts) and then converting it to MessagePack at build time [2]. This gives you very high simplicity (e.g. no schemas) and excellent performance.
Stats
ludocode/msgpack-tools is an open source project licensed under GNU General Public License v3.0 or later which is an OSI approved license.