Best JSON parser for Qt? [closed]

2019-01-23 11:36发布

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.

标签: json parsing qt
4条回答
手持菜刀,她持情操
2楼-- · 2019-01-23 12:16

Check out Qt-Json

Its a dead-simple class for parsing and serializing JSON data.

查看更多
Evening l夕情丶
3楼-- · 2019-01-23 12:23

You need no Additional code except QT itself to parse JSON with QT

http://doc.qt.io/qt-5/json.html

查看更多
做自己的国王
4楼-- · 2019-01-23 12:28

I wrote a QLALR based JSON parser : http://git.forwardbias.in/?p=qjsonparser.git.

git clone git://git.forwardbias.in/qjsonparser.git.

查看更多
走好不送
5楼-- · 2019-01-23 12:43

The qjson project may be a good start. It has also been packaged for Debian.

查看更多
登录 后发表回答