Simple Json implementation: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
(No difference)
|
Revision as of 17:46, 14 January 2015
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: