I'm using QT for Symbian and need a simple json parser. I need to be able to go from json to Qt-variant and the other way around. Is there a simple json parser that I can use? I don't want to write my own.
You need no Additional code except QT itself to parse JSON with QT
http://doc.qt.io/qt-5/json.html
Check out Qt-Json
Its a dead-simple class for parsing and serializing JSON data.
The qjson project may be a good start. It has also been packaged for Debian.
I wrote a QLALR based JSON parser : http://git.forwardbias.in/?p=qjsonparser.git.
git clone git://git.forwardbias.in/qjsonparser.git.
精彩评论