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

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

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

kgabis/parson

0
View on GitHub↗
1,459 星标·336 分支·C·MIT·3 次浏览

Parson

Lightweight JSON library written in C.

Features

  • Data Formats and Parsing - JSON parser and serializer.
  • JSON - Lightweight library for JSON processing.
  • JSON 处理 - Lightweight and easy-to-use JSON library.
  • 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.

Star 历史

kgabis/parson 的 Star 历史图表kgabis/parson 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

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

Start searching with AI

常见问题解答

kgabis/parson 是做什么的?

Lightweight JSON library written in C.

kgabis/parson 的主要功能有哪些?

kgabis/parson 的主要功能包括:Data Formats and Parsing, JSON, JSON 处理, Json, Windows Environments。

kgabis/parson 有哪些开源替代品?

kgabis/parson 的开源替代品包括: sheredom/json.h — 🗄️ single header json parser for C and C++. 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… miloyip/rapidjson — RapidJSON is a high-performance C++ library used for parsing and generating JSON data. It provides both document… 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… netmail-open/wjelement — advanced, flexible JSON manipulation in C.

Parson 的开源替代方案

相似的开源项目,按与 Parson 的功能重合度排序。
  • sheredom/json.hsheredom 的头像

    sheredom/json.h

    826在 GitHub 上查看↗

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

    C
    在 GitHub 上查看↗826
  • json-c/json-cjson-c 的头像

    json-c/json-c

    3,278在 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
    在 GitHub 上查看↗3,278
  • miloyip/rapidjsonmiloyip 的头像

    miloyip/rapidjson

    15,095在 GitHub 上查看↗

    RapidJSON is a high-performance C++ library used for parsing and generating JSON data. It provides both document object model and stream-based interfaces to transform JSON strings into structured data and vice versa. The library includes a JSON schema validator to verify that documents conform to predefined rules and a Unicode transcoder for converting strings between UTF-8, UTF-16, and UTF-32 encodings. It also supports relaxed parsing for non-standard JSON containing comments or trailing commas. Additional capabilities cover JSON pointer navigation for locating specific values and string s

    C++
    在 GitHub 上查看↗15,095
  • 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
查看 Parson 的所有 30 个替代方案→