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

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
sheredom avatar

sheredom/json.h

0
View on GitHub↗
826 stele·92 fork-uri·C·Unlicense·5 vizualizări

Json.h

🗄️ single header json parser for C and C++

Features

  • Data Formats and Parsing - JSON parser.
  • Procesare JSON - Simple single-header JSON solution.
  • Json - Listed in the “Json” section of the Awesome Cpp Cn awesome list.
  • Windows Environments - Listed in the “Windows Environments” section of the Awesome C awesome list.

Istoric stele

Graficul istoricului de stele pentru sheredom/json.hGraficul istoricului de stele pentru sheredom/json.h

Căutare AI

Explorează mai multe repository-uri excelente

Descrie ce ai nevoie în limbaj simplu — AI-ul sortează mii de proiecte open source selectate în funcție de relevanță.

Start searching with AI

Alternative open-source pentru Json.h

Proiecte open-source similare, clasificate după numărul de funcționalități comune cu Json.h.
  • kgabis/parsonAvatar kgabis

    kgabis/parson

    1,459Vezi pe GitHub↗

    Lightweight JSON library written in C.

    C
    Vezi pe GitHub↗1,459
  • kazuho/picojsonAvatar kazuho

    kazuho/picojson

    1,153Vezi pe GitHub↗

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

    C++
    Vezi pe GitHub↗1,153
  • davegamble/cjsonAvatar DaveGamble

    DaveGamble/cJSON

    12,466Vezi pe 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
    Vezi pe GitHub↗12,466
  • json-c/json-cAvatar json-c

    json-c/json-c

    3,278Vezi pe GitHub↗

    https://github.com/json-c/json-c is the official code repository for json-c. See the wiki for release tarballs for download. API docs at http://json-c.github.io/json-c/

    C
    Vezi pe GitHub↗3,278
Vezi toate cele 30 alternative pentru Json.h→

Întrebări frecvente

Ce face sheredom/json.h?

🗄️ single header json parser for C and C++

Care sunt principalele funcționalități ale sheredom/json.h?

Principalele funcționalități ale sheredom/json.h sunt: Data Formats and Parsing, Procesare JSON, Json, Windows Environments.

Care sunt câteva alternative open-source pentru sheredom/json.h?

Alternativele open-source pentru sheredom/json.h includ: kgabis/parson — Lightweight JSON library written in C. nlohmann/json — This library is a header-only C++ framework designed for the serialization, parsing, and manipulation of structured… davegamble/cjson — cJSON is a lightweight library for parsing, creating, and modifying JSON data structures within C applications. It… json-c/json-c — https://github.com/json-c/json-c is the official code repository for json-c. See the wiki for release tarballs for… kazuho/picojson — a header-file-only, JSON parser serializer in C++. vstakhov/libucl — Universal configuration library parser.