To All,
I have a VBA Project (Excel Spreadsheet), that is reading JSON data from a website.
I have done this before in VB.NET and was able to create all of the Class declarations and Converters necessary to decode the JSON message (other application…other website).
Is there a way of doing this in VBA? I read other postings about 3rd party libraries, and I was even able to decode a simple JSON string using ScriptControl, but now I’m facing a JSON string with multiple records embedded
in it (again, this was something that I could do in VB.NET), but I’m not sure how to translate the declarations (and layers of occurances of the data) into VBA.
I saw a link to the Excel Javascript API which has JSON references, but all I could see in that was “toJSON” references and not “fromJSON” or “JSONto” references.
Any suggestions or basic samples would be greatly appreciated.
Sincerely,
Paul Goldstein