OK, I solved it by going through every related javascript code I could find until I found one that worked 
The below does the trick - after loading it with 'addcode', function 'f' will flatten the json string neatly. Please note it already has the double quotes for you to paste into vba, if you're using it as jscript, replace "" with ".
"function f(r){var n={};for(var e in r)if(""object""==typeof r[e]&&null!==r[e]){var o=f(r[e]);for(var a in o)n[e+"".""+a]=o[a]}else n[e]=r[e];return n}"
Resolving thread.
Thanks,
Jasper
Bookmarks