It should be:
Qt Code:
result.canConvert<QVariantMap>()To copy to clipboard, switch view to plain text mode
It should be:
Qt Code:
result.canConvert<QVariantMap>()To copy to clipboard, switch view to plain text mode
Hi,
I could not convert the Json result into QVarientMap.
The canConvert function returns false value.
is there any other option?
could you please tell me other options for solve this one?
Thanks in advance.
Thank you very much. I will try to write own parser.
Is it possible to give the basic idea about the parsing?
Hi,
I can see the parsing the result using Qjson Library itself. Just I made one chance in the code based on the following link http://stackoverflow.com/questions/3...ng-some-issues.
It is working fine.
Thank u very much.
![]()
Bookmarks