Click here to Skip to main content
15,667,949 members
Articles / Programming Languages / C++

Tagged as

Stats

64.3K views
213 downloads
44 bookmarked

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
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.

Views

Daily Counts

Downloads

Weekly Counts

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