VBA-tools / VBA-Dictionary

Drop-in replacement for Scripting.Dictionary on Mac
MIT License
356 stars 89 forks source link

Parse a JSON string to VBA-Dictionary #35

Open ashwani20 opened 3 years ago

ashwani20 commented 3 years ago

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 commented 2 years ago

Hello @ashwani20,

I hope that everything is doing well,

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