开发者

Best JSON parser for Qt? [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this questi开发者_如何学Con will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance. Closed 11 years ago.

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.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜