Click here to Skip to main content
15,891,908 members
Articles / Programming Languages / C++

ZetJsonCpp - Deserialize/Serialize from/to JSON Strings or Files

Rate me:
Please Sign up or sign in to vote.
4.94/5 (19 votes)
6 Apr 2021MIT5 min read 66.9K   213   44  
A library to parse and bind Json string or files to C structure
This article will show how to deserialize from JSON string or JSON file into C structure in one single line with ZetJsonCpp. Also, it will show how to perform some operations and serialize reflecting the changes.

Alternatives

Members may post updates or alternatives to this current article in order to show different approaches or add new features.

No alternatives have been posted.

License

This article, along with any associated source code and files, is licensed under The MIT License


Written By
Software Developer (Senior)
Spain Spain
I'm a happy person who likes programming. It has been a passion since my nineteen's Smile | :) Smile | :) .

Comments and Discussions