JQ
JQ is a very cool tool for parsing the JSON from REST services
{
'classes' : [
{
'class_name': '61a',
'students': [
{'name':'john', 'id':'1'},
{'name':'kevin', 'id':'2'},
]
},
{
'class_name': '61b',
'students': [
{'name':'alex', 'id':'3'},
{'name':'bob', 'id':'4'},
]
},
]
}JQ Playground
Last updated