Just wondering if anyone knows an easy way to convert between different types of JSON? I've had a look at an online converter but it wanted to wrap each row in curly quotes whereas I'm after:-
{
"111222333": "the ball and chain",
"123456789": "ted",
"213546879": "harry",
"312645978": "billy",
"987654321": "sarah"
}
I'm not clear from your two example pieces of JSON which you want to convert into the other. Although your post suggests you are starting with something else entirely and you want to get to the first example, but some online tool has given you the second example.