Qjson - Qt的JSON解析库


GPL
跨平台
C/C++

软件简介

QJson 是一个基于 Qt 的开发包用来将 JSON 数据解析成 QVariant
对象,JSON的数组将被映射为 QVariantList 实例,而其他对象映射为 QVariantMap 实例。