vote up 1 vote down star

Is there any existing JSON parser which can be used from VB6?

I could obviously write my own parser, but I don't want to reinvent the wheel if I don't have to.

Thanks!

flag

1 Answer

vote up 4 vote down check

I would look at 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.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.