how to build a JSON parser?

This page summarizes the projects mentioned and recommended in the original post on /r/C_Programming

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • JSMN

    Jsmn is a world fastest JSON parser/tokenizer. This is the official repo replacing the old one at Bitbucket

  • I want to know about some simple method, have read jsmn (https://github.com/zserge/jsmn) is there some way to based on middle library?

  • json

    A tested JSON parser / serializer (by Jacob-C-Smith)

  • I wrote a small parser in around 200 lines of C. It doesn’t work on arrays of arrays, but everything else is fair game and works fine. https://github.com/Jacob-C-Smith/GXJSON

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

    InfluxDB logo
  • strictyaml

    Type-safe YAML parser and validator.

  • Don't say "it's just about the quality of the implementing team".

  • PicoJSON

    a header-file-only, JSON parser serializer in C++

  • I like pico json because it is a self-contained in a header file.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts