Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Parse a JSON string to VBA-Dictionary #35

Open
ashwani20 opened this issue Sep 3, 2021 · 1 comment
Open

Parse a JSON string to VBA-Dictionary #35

ashwani20 opened this issue Sep 3, 2021 · 1 comment

Comments

@ashwani20
Copy link

Using VBA, I am trying to convert a string representation of JSON into an object of dictionary using VBA-Dictionary library since VBA-Dictionary works on both mac and windows. However, I can't seem to find a function that can be used for this. VBA-JSON provides ParseJson function that can take string as input and converts it to a JSON object. I need to find something similar in VBA-Dictionary.
Can someone please help me with this?

@sammadox
Copy link

Hello @ashwani20,

I hope that everything is doing well,

Could you please share the JSON format that you want to convert?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants