awesome-repositories.com
Blog
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectAboutHow we rankPressMCP server
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
chadaustin avatar

chadaustin/sajson

0
View on GitHub↗
572 stars·45 forks·C++·MIT·2 views

Sajson

Lightweight, extremely high-performance JSON parser for C++11

Features

  • JSON Processing - High-performance lightweight JSON parser.
  • Json - Listed in the “Json” section of the Awesome Cpp Cn awesome list.

Star history

Star history chart for chadaustin/sajsonStar history chart for chadaustin/sajson

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Open-source alternatives to Sajson

Similar open-source projects, ranked by how many features they share with Sajson.
  • amir-s/juteamir-s avatar

    amir-s/jute

    73View on GitHub↗

    Very simple C++ JSON Parser

    C++
    View on GitHub↗73
  • cesanta/frozencesanta avatar

    cesanta/frozen

    769View on GitHub↗

    JSON parser and generator for C/C++ with scanf/printf like interface. Targeting embedded systems.

    C
    View on GitHub↗769
  • akheron/janssonakheron avatar

    akheron/jansson

    3,341View on GitHub↗

    C library for encoding, decoding and manipulating JSON data

    Ccjson
    View on GitHub↗3,341
  • chrismanning/jbsonchrismanning avatar

    chrismanning/jbson

    38View on GitHub↗

    JSON & BSON parser/writer

    C++
    View on GitHub↗38
See all 30 alternatives to Sajson→

Frequently asked questions

What does chadaustin/sajson do?

Lightweight, extremely high-performance JSON parser for C++11

What are the main features of chadaustin/sajson?

The main features of chadaustin/sajson are: JSON Processing, Json.

What are some open-source alternatives to chadaustin/sajson?

Open-source alternatives to chadaustin/sajson include: cesanta/frozen — JSON parser and generator for C/C++ with scanf/printf like interface. Targeting embedded systems. danielaparker/jsoncons — A C++, header-only library for constructing JSON and JSON-like data formats, with JSON Pointer, JSON Patch, JSON… akheron/jansson — C library for encoding, decoding and manipulating JSON data. amir-s/jute — Very simple C++ JSON Parser. chrismanning/jbson — JSON & BSON parser/writer. davegamble/cjson — cJSON is a lightweight library for parsing, creating, and modifying JSON data structures within C applications. It…