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

Problem when trying to parse simple Json #39

Open JFF-Bohdan opened 11 years ago

JFF-Bohdan commented 11 years ago

When I trying to simple Json I go message "Error: syntax error, unexpected invalid. Line 4" (Qt 5.1.1, Mingw, Win 7 x64)

Json:

{ "fields" : [ { "index" : 2, "name" : "category_weight", "type" : 2 }, { "index" : 0, "name" : "category_id", "type" : 2 }, { "index" : 1, "name" : "category_name", "type" : 10 } ] }