flavio / qjson

QJson is a qt-based library that maps JSON data to QVariant objects.
http://qjson.sourceforge.net
GNU Lesser General Public License v2.1
288 stars 140 forks source link

Fix incorrect double parsing #117

Closed drizt closed 5 years ago

drizt commented 6 years ago

It's a workaround for QTBUG-71256

Fix #105

drizt commented 5 years ago

Thanks!