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?
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?