有没有语法类似于 pugixml 的 MIT JSON 解析器?
所以我需要做JSON文档解析。我已经使用 pugixml 解析 xml 文档,现在我需要使用与 XML 相同\相似的规则解析 JSON 文档。
是否有一个 opensourse(MIT 或类似的)JSON 解析器,其 API 类似于 pugixml?
So I need to do JSON documents parsing. I already parse xml documents with pugixml and now I need to parse JSON documents with the same\similar rules as XML ones.
Is there an opensourse (MIT or something similar) JSON parser with an API similar to pugixml?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
尝试我的 vjson pugixml 风格包装器(最快的 json 解析器)
http://code.google.com/r/denisovod-pugixmlstyle-vjson-包装器/
示例使用:
http://code.google.com/r /denisovod-pugixmlstyle-vjson-wrapper/source/browse/dom_sample.cpp
try my pugixml style wrapper for vjson (fastest json parser)
http://code.google.com/r/denisovod-pugixmlstyle-vjson-wrapper/
sample use:
http://code.google.com/r/denisovod-pugixmlstyle-vjson-wrapper/source/browse/dom_sample.cpp