Simple JSON Implementation

From Qt Wiki
Revision as of 17:46, 14 January 2015 by Maintenance script (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Simple JSON Implementation

The reason I made this (except for the fun of it) is that I found a couple of people had issues with incorporating QJson [qjson.sourceforge.net] in their projects (be it what it may). I reserve no copyrights to this implementation so you are all welcome to ctrl+c ctrl+v and do as you see fit with it.

JsonObject.hpp

Here’s the cpp code:

JsonObject.cpp

Categories: