awesome-repositories.com
Blog
MCP
awesome-repositories.com

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

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
danielaparker avatar

danielaparker/jsoncons

0
View on GitHub↗
844 stars·206 forks·C++·18 viewsdanielaparker.github.io/jsoncons↗

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, toon-format

Features

  • Data Formats - JSON and JSON-like data format construction.
  • JSON Processing - Header-only library for JSON and binary formats.
  • Json - Listed in the “Json” section of the Awesome Cpp Cn awesome list.

Star history

Star history chart for danielaparker/jsonconsStar history chart for danielaparker/jsoncons

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

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

Frequently asked questions

What does danielaparker/jsoncons do?

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, toon-format

What are the main features of danielaparker/jsoncons?

The main features of danielaparker/jsoncons are: Data Formats, JSON Processing, Json.

Which projects share features with danielaparker/jsoncons?

Projects with overlapping indexed features include: nlohmann/json — This library is a header-only C++ framework designed for the serialization, parsing, and manipulation of structured… taocpp/json — C++ header-only JSON library. davegamble/cjson — cJSON is a lightweight library for parsing, creating, and modifying JSON data structures within C applications. It… kazuho/picojson — a header-file-only, JSON parser serializer in C++. chadaustin/sajson — Lightweight, extremely high-performance JSON parser for C++11. chrismanning/jbson — JSON & BSON parser/writer.

Projects sharing features with Jsoncons

These projects share indexed features with Jsoncons. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • kazuho/picojsonkazuho avatar

    kazuho/picojson

    1,153View on GitHub↗

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

    C++
    View on GitHub↗1,153
  • nlohmann/jsonnlohmann avatar

    nlohmann/json

    49,944View on GitHub↗

    This library is a header-only C++ framework designed for the serialization, parsing, and manipulation of structured data. It provides a recursive variant data model that represents arbitrary structures as native types, allowing developers to navigate, modify, and patch hierarchical data using standard pointer paths and declarative update patterns. The project distinguishes itself through its template-based architecture, which enables type-safe data structures and custom type mapping at compile time. It offers a unified interface for binary format abstraction, supporting multiple compact repre

    C++bsoncborheader-only
    View on GitHub↗49,944
  • davegamble/cjsonDaveGamble avatar

    DaveGamble/cJSON

    12,466View on GitHub↗

    cJSON is a lightweight library for parsing, creating, and modifying JSON data structures within C applications. It provides a comprehensive set of utilities for transforming raw text into navigable objects, manipulating data fields within collections, and serializing complex structures into formatted or unformatted strings. The library is designed for memory-sensitive and resource-constrained environments, utilizing manual memory management and type-tagged union structures to maintain a minimal footprint. It employs recursive descent parsing and in-place string manipulation to process data ef

    C
    View on GitHub↗12,466
  • taocpp/jsontaocpp avatar

    taocpp/json

    673View on GitHub↗

    C++ header-only JSON library

    C++
    View on GitHub↗673
  • Compare all 30 related projects→