Is there a JSON parser for VB6 / VBA?

Posted by Ben McCormack on Stack Overflow See other posts from Stack Overflow or by Ben McCormack
Published on 2010-05-06T15:03:13Z Indexed on 2010/05/06 15:08 UTC
Read the original article Hit count: 476

Filed under:
|
|
|

I'm trying to consume a web service in VB6. The service (which I control) currently can return a SOAP/XML message or JSON. I'm having a really difficult time figuring out if VB6's SOAP type (version 1) can handle a returned object (as opposed to simple types like string, int, etc.). So far I can't figure out what I need to do to get VB6 to play with returned objects.

So I thought I might serialize the response in the web service as a JSON string. Does a JSON parser exist for VB6?

© Stack Overflow or respective owner

Related posts about vb6

Related posts about vba