Skip to content

eskin/qjson-backport

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

89 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QJson backport

This is a backport of QJson from Qt5.2.1 to Qt4.8.

It is based on the initial backport from https://github.com/5in4/qjson-backport

Just add all *.cpp and *.h files to your project and add includepath. Not need to build as separate external library.

You can use standart Qt5 include syntax, like:

#include <QJsonDocument>
#include <QJsonObject>
#include <QJsonArray>

License

The license is the same, obviously, as for the library in Qt itself, LGPL 2.1. All sources include details.

About

QJson backport from Qt5.2.1 to Qt4.8

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 100.0%