awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
danielaparker avatar

danielaparker/jsoncons

0
View on GitHub↗
844 Stars·206 Forks·C++·3 Aufrufedanielaparker.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-Verarbeitung - Header-only library for JSON and binary formats.
  • Json - Listed in the “Json” section of the Awesome Cpp Cn awesome list.

Star-Verlauf

Star-Verlauf für danielaparker/jsonconsStar-Verlauf für danielaparker/jsoncons

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Start searching with AI

Open-Source-Alternativen zu Jsoncons

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit Jsoncons.
  • kazuho/picojsonAvatar von kazuho

    kazuho/picojson

    1,153Auf GitHub ansehen↗

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

    C++
    Auf GitHub ansehen↗1,153
  • nlohmann/jsonAvatar von nlohmann

    nlohmann/json

    49,944Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗49,944
  • davegamble/cjsonAvatar von DaveGamble

    DaveGamble/cJSON

    12,466Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗12,466
  • taocpp/jsonAvatar von taocpp

    taocpp/json

    673Auf GitHub ansehen↗

    C++ header-only JSON library

    C++
    Auf GitHub ansehen↗673
Alle 30 Alternativen zu Jsoncons anzeigen→

Häufig gestellte Fragen

Was macht danielaparker/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

Was sind die Hauptfunktionen von danielaparker/jsoncons?

Die Hauptfunktionen von danielaparker/jsoncons sind: Data Formats, JSON-Verarbeitung, Json.

Welche Open-Source-Alternativen gibt es zu danielaparker/jsoncons?

Open-Source-Alternativen zu danielaparker/jsoncons sind unter anderem: 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.