是否有任何预先构建的方法来解析VB6中的JSON?

前端之家收集整理的这篇文章主要介绍了是否有任何预先构建的方法来解析VB6中的JSON?前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
是否有可以在VB6中使用的现有 JSON解析器?

我显然可以编写自己的解析器,但如果我不需要,我不想重新发明轮子.

谢谢!

解决方法

我会看看 VB-JSON

VB-JSON is a Visual Basic 6 class library for parsing and emitting JSON (Javascript Object Notation) and can handle nested arrays and objects in the data. It does not rely on the JScript engine for parsing.

猜你在找的VB相关文章