qjson4 icon indicating copy to clipboard operation
qjson4 copied to clipboard

A Qt4 library providing an API compatible with Qt5's JSON implementation

Results 2 qjson4 issues
Sort by recently updated
recently updated
newest added

Added qmake .pro file to build project as library. Reorganised folder structure to making less chaos.

There are times than you have a JSON with some huge number, like milliseconds from epoch (in Qt formatted with qint64) Now these are stored as doubles and so a...