awesome-repositories.com分类博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
lcsmuller avatar

lcsmuller
/
json-build
0
View on GitHub↗
50 星标·7 分支·C·MIT·6 次浏览

Json Build

Tiny, zero-allocation JSON serializer written in ANSI C

Features

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

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Start searching with AI

Star 历史

lcsmuller/json-build 的 Star 历史图表lcsmuller/json-build 的 Star 历史图表

常见问题解答

lcsmuller/json-build 是做什么的?

Tiny, zero-allocation JSON serializer written in ANSI C

lcsmuller/json-build 的主要功能有哪些?

lcsmuller/json-build 的主要功能包括:Data Formats and Parsing, JSON 处理。

lcsmuller/json-build 有哪些开源替代品?

lcsmuller/json-build 的开源替代品包括: 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…

Json Build 的开源替代方案

相似的开源项目,按与 Json Build 的功能重合度排序。
  • kgabis/parsonkgabis 的头像

    kgabis/parson

    1,459在 GitHub 上查看↗

    Lightweight JSON library written in C.

    C
    在 GitHub 上查看↗1,459
  • kazuho/picojsonkazuho 的头像

    kazuho/picojson

    1,153在 GitHub 上查看↗

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

    C++
    在 GitHub 上查看↗1,153
  • davegamble/cjsonDaveGamble 的头像

    DaveGamble/cJSON

    12,466在 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
    在 GitHub 上查看↗12,466
  • nlohmann/jsonnlohmann 的头像

    nlohmann/json

    49,944在 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
    在 GitHub 上查看↗49,944
查看 Json Build 的所有 30 个替代方案→