gyf304/cmarshal
Go-style JSON Marshal / Unmarshal for C structs
This tool helps C programmers automatically create code to convert C data structures (structs) into JSON format and vice versa. You provide a C header file with your struct definitions, and it generates the necessary C code to handle the JSON serialization and deserialization. This is for C developers who need to exchange data with systems that use JSON, such as web services or configuration files.
No commits in the last 6 months.
Use this if you are a C programmer and need to easily convert your C structs to and from JSON without writing all the serialization and deserialization code manually.
Not ideal if you are working with a language other than C, or if your primary need is not JSON data exchange for C structs.
Stars
17
Forks
1
Language
C
License
MIT
Category
Last pushed
Feb 15, 2021
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ai-coding/gyf304/cmarshal"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
googleapis/gapic-generator-python
Generate Python API client libraries from Protocol Buffers.
zeromicro/go-zero
A cloud-native Go microservices framework with cli tool for productivity.
omissis/go-jsonschema
A tool to generate Go data types from JSON Schema definitions.
openconfig/ygot
A YANG-centric Go toolkit - Go/Protobuf Code Generation; Validation; Marshaling/Unmarshaling
mailru/easyjson
Fast JSON serializer for golang.