easiest way to parse JSON in Qt 4.7

后端 未结 6 2031
甜味超标
甜味超标 2020-12-13 09:44

I need to parse JSON object through Qt. What is the easiest/fastest way to do it?

6条回答
  •  情书的邮戳
    2020-12-13 10:13

    If you don't want to depend on external libraries you could use the QScriptEngine

    http://qtwiki.remdex.info/Parsing_JSON_with_QT_using_standard_QT_library

提交回复
热议问题