Is there any pre-built way to parse JSON from VB6? -
Is there an existing JSON parser that can be used with VB6?
I can clearly write my own parser, but if I do not want to, then I do not want to modify the wheel again.
Thank you!
I will see:
VB-Jason is a JSON (Javascript object Nation) is a Visual Basic 6 class library for parsing and emitting and can handle nested arrays and objects, it does not rely on JScript engine to parse data.
Comments
Post a Comment