Skip to content

Instantly share code, notes, and snippets.

@wqweto
Last active July 4, 2023 12:28
Show Gist options
  • Save wqweto/9900581 to your computer and use it in GitHub Desktop.
Save wqweto/9900581 to your computer and use it in GitHub Desktop.
JSON parsing and dumping functions in VB6
see https://gist.github.com/wqweto/e92dce63a68cd3ff9ca91b053b9510c9
@aflyam
Copy link

aflyam commented Jul 4, 2023

Hello Vladimir,
Do you know or have vb6 code that allows to create the JSON string from the vb6 Object model or just from an object?
This probably will involve TLI? I can transform/serialize the OM into XML, but need functionality to transform it to JSON as well.
Thank you in advance,
Anna

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment