文件名称:QT写的用rapidjson解析json字符串的程序
文件大小:147KB
文件格式:ZIP
更新时间:2022-06-03 14:11:29
json qt 源码软件 开发语言
QT5以前,并没有自带json解析功能,老项目要用,于是借用了rapidjson实现对json 的解析。json部分包含了http部分。亲测可行,供大家参考。
【文件预览】:
HTTP_JSON_rapidjson
----main.cpp(183B)
----mainwindow.h(994B)
----rapidjson()
--------istreamwrapper.h(4KB)
--------msinttypes()
--------filereadstream.h(3KB)
--------encodedstream.h(10KB)
--------document.h(116KB)
--------ostreamwrapper.h(2KB)
--------writer.h(26KB)
--------cursorstreamwrapper.h(2KB)
--------allocators.h(10KB)
--------fwd.h(4KB)
--------stream.h(7KB)
--------memorystream.h(3KB)
--------schema.h(101KB)
--------memorybuffer.h(3KB)
--------rapidjson.h(23KB)
--------internal()
--------reader.h(91KB)
--------error()
--------prettywriter.h(10KB)
--------encodings.h(29KB)
--------stringbuffer.h(4KB)
--------filewritestream.h(3KB)
--------pointer.h(59KB)
----mainwindow.cpp(5KB)
----mainwindow.ui(2KB)
----HTTP_JSON_rapidjson.pro(1KB)