struct2json
JSON-C converter
A fast convert library between JSON and C structures
A fast convert library between the JSON and C structure. Implement structure serialization and deserialization for C. | C 结构体与 JSON 快速互转库,快速实现 C 结构体的序列化及反序列化
684 stars
45 watching
295 forks
Language: C
last commit: almost 3 years ago
Linked from 1 awesome list
cjsonstructure
Related projects:
Repository | Description | Stars |
---|---|---|
jorgen/json_struct | A C++ library that enables direct conversion between JSON and structured C++ data types | 423 |
ddiidev/json2v | Converts JSON data to Vlang structs with customizable structure and type handling. | 28 |
kakaopensource/kakajson | A Swift library providing fast conversion between JSON and model data structures. | 1,172 |
joelvh/json2json | Transforms JSON structures from one format to another using template rules. | 191 |
zadr/j2s | An application that converts JSON data into Swift structs and extensions for easy deserialization | 231 |
svenvc/neojson | Converts JSON data to Smalltalk objects and vice versa efficiently. | 42 |
cgxxv/xj2go | A tool to convert data from XML or JSON formats into Go structs. | 34 |
septag/sjson | A fast and portable C single-header JSON encoder/decoder with optimized memory allocation and single header design. | 58 |
dan2097/opsin | Converts chemical names to their structural representations using Systematic IUPAC Nomenclature | 155 |
lcsmuller/json-build | A tiny, ANSI C JSON serializer with no dependencies or dynamic memory allocation | 38 |
boostorg/json | A C++ library that provides fast and efficient JSON data serialization and deserialization | 434 |
eulerto/wal2json | Provides an output plugin to convert PostgreSQL's Logical Decoding changeset data into JSON format | 1,326 |
adamritter/fastgron | Transforms large JSON files into a compact, greppable format for efficient exploration and filtering of data. | 596 |
buddywang/vite-plugin-dir2json | Converts directory structures into JSON data containing file paths | 15 |
python-rapidjson/python-rapidjson | A Python wrapper around an extremely fast C++ JSON parser and serialization library. | 507 |