[Solved] JSON deserialization in javascript
[ad_1] Two assumptions are made here: That the first result of your JSON is the specification of the keys That the results always follow the same order (e.g. index 0 is always the Type field). With those two assumptions, it’s easy to do this with a pair of nested for-loops. Could get fancier with ES5 … Read more