ujsonin VS msgpack-tools

Compare ujsonin vs msgpack-tools and see what are their differences.

ujsonin

Micro JSON Input / Reader (by nanoscopic)

msgpack-tools

Command-line tools for converting between MessagePack and JSON / msgpack.org[UNIX Shell] (by ludocode)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
ujsonin msgpack-tools
1 1
0 247
- -
0.0 0.0
over 2 years ago over 2 years ago
C C++
GNU General Public License v3.0 or later GNU General Public License v3.0 or later
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

ujsonin

Posts with mentions or reviews of ujsonin. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-02-22.
  • JSON with Commas and Comments
    8 projects | news.ycombinator.com | 22 Feb 2021
    Been there, done that: https://github.com/nanoscopic/ujsonin

    "JSON" parser in both C, Perl, and Golang. All three support "JSON" with or without commas as you desire and comments.

msgpack-tools

Posts with mentions or reviews of msgpack-tools. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-02-22.
  • JSON with Commas and Comments
    8 projects | news.ycombinator.com | 22 Feb 2021
    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.

    [1] http://rapidjson.org/

    [2] https://github.com/ludocode/msgpack-tools

What are some alternatives?

When comparing ujsonin and msgpack-tools you can also consider the following projects:

tools - Unified developer tools for JavaScript, TypeScript, and the web

ruby-skyjam - A Google Music client gem

asn1c - The ASN.1 Compiler

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

pbc - A protocol buffers library for C

json5 - JSON5 — JSON for Humans