-
The first problem was, that you used "toByteArray()" from a QVariant to
convert unknown QVariant types. But this method is only working for
strings and byte arrays. So in your code, it always returned an empty
byte array.
The second problem was, that a null or empty variant should get
converted into a "null" value, which is supported by the JSON specs.
Otherwise it isn't possible to put...
2009-08-05 22:42:11 UTC in QJson
-
There is a problem in the parser. The parser is converting an empty string like this:
"value" : ""
Into a QVariant of the type QVariant::ByteArray, with a empty
QByteArray. But this should result in an empty string. I didn't found
the problem yet.
2009-08-05 22:39:51 UTC in QJson
-
drzoom committed revision 4 to the XMLDOM Xerces Wrapper SVN repository, changing 192 files.
2008-05-30 09:05:45 UTC in XMLDOM Xerces Wrapper
-
drzoom committed revision 3 to the XMLDOM Xerces Wrapper SVN repository, changing 1 files.
2008-05-30 08:22:33 UTC in XMLDOM Xerces Wrapper
-
drzoom committed revision 2 to the XMLDOM Xerces Wrapper SVN repository, changing 1 files.
2008-05-30 08:22:22 UTC in XMLDOM Xerces Wrapper
-
drzoom committed revision 1 to the XMLDOM Xerces Wrapper SVN repository, changing 1 files.
2008-05-30 08:22:03 UTC in XMLDOM Xerces Wrapper
-
drzoom registered the XMLDOM Xerces Wrapper project.
2008-05-29 14:52:57 UTC in XMLDOM Xerces Wrapper
-
drzoom committed revision 87 to the LabyCube SVN repository, changing 12 files.
2008-01-18 19:46:14 UTC in LabyCube
-
drzoom committed revision 86 to the LabyCube SVN repository, changing 1 files.
2008-01-18 19:43:21 UTC in LabyCube
-
drzoom committed revision 85 to the LabyCube SVN repository, changing 20 files.
2007-07-22 18:29:53 UTC in LabyCube