Change JSON Format to another format [on hold]
My JSON Code:
[{"a":"78450","b":"80"},{"a":"59591","b":"3306"},
{"a":"46104","b":"1433"},{"a":"8165","b":"135"},{"a":"3243","b":"445"}]
And i want to convert it to:
[[78450,80],[59591,3306],[46104,143],[8165,135],[3243,445]]
Any Solution to solve this problem?
No comments:
Post a Comment