awesome-repositories.com
Blog
MCP
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
ProjetServeur MCPÀ proposNotre méthodologiePresse
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
lcsmuller avatar

lcsmuller/json-build

0
View on GitHub↗
50 stars·7 forks·C·MIT·6 vues

Json Build

Tiny, zero-allocation JSON serializer written in ANSI C

Features

  • Data Formats and Parsing - JSON serializer.
  • Traitement JSON - Tiny zero-allocation JSON serializer.

Historique des stars

Graphique de l'historique des stars pour lcsmuller/json-buildGraphique de l'historique des stars pour lcsmuller/json-build

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

Questions fréquentes

Que fait lcsmuller/json-build ?

Tiny, zero-allocation JSON serializer written in ANSI C

Quelles sont les fonctionnalités principales de lcsmuller/json-build ?

Les fonctionnalités principales de lcsmuller/json-build sont : Data Formats and Parsing, Traitement JSON.

Quelles sont les alternatives open-source à lcsmuller/json-build ?

Les alternatives open-source à lcsmuller/json-build incluent : kgabis/parson — Lightweight JSON library written in C. sheredom/json.h — 🗄️ single header json parser for C and C++. kazuho/picojson — a header-file-only, JSON parser serializer in C++. davegamble/cjson — cJSON is a lightweight library for parsing, creating, and modifying JSON data structures within C applications. It… nlohmann/json — This library is a header-only C++ framework designed for the serialization, parsing, and manipulation of structured… zserge/jsmn — jsmn is a lightweight JSON parser library written in C. It provides zero-copy tokenization and incremental parsing…

Alternatives open source à Json Build

Projets open source similaires, classés selon le nombre de fonctionnalités partagées avec Json Build.
  • kgabis/parsonAvatar de kgabis

    kgabis/parson

    1,459Voir sur GitHub↗

    Lightweight JSON library written in C.

    C
    Voir sur GitHub↗1,459
  • 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
  • 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
  • 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
Voir les 30 alternatives à Json Build→