awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
danielaparker avatar

danielaparker/jsoncons

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

Historique des stars

Graphique de l'historique des stars pour danielaparker/jsonconsGraphique de l'historique des stars pour danielaparker/jsoncons

Recherche par IA

Explorez plus de dépôts awesome

Décrivez vos besoins en langage naturel — l'IA classe des milliers de projets open source sélectionnés par pertinence.

Start searching with AI

Alternatives open source à Jsoncons

Projets open source similaires, classés selon le nombre de fonctionnalités partagées avec Jsoncons.
  • kazuho/picojsonAvatar de kazuho

    kazuho/picojson

    1,153Voir sur GitHub↗

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

    C++
    Voir sur GitHub↗1,153
  • nlohmann/jsonAvatar de nlohmann

    nlohmann/json

    49,944Voir sur 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
    Voir sur GitHub↗49,944
  • davegamble/cjsonAvatar de DaveGamble

    DaveGamble/cJSON

    12,466Voir sur 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
    Voir sur GitHub↗12,466
  • taocpp/jsonAvatar de taocpp

    taocpp/json

    673Voir sur GitHub↗

    C++ header-only JSON library

    C++
    Voir sur GitHub↗673
Voir les 30 alternatives à Jsoncons→

Questions fréquentes

Que fait 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

Quelles sont les fonctionnalités principales de danielaparker/jsoncons ?

Les fonctionnalités principales de danielaparker/jsoncons sont : Data Formats, Traitement JSON, Json.

Quelles sont les alternatives open-source à danielaparker/jsoncons ?

Les alternatives open-source à danielaparker/jsoncons incluent : 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.