|
1067 0 |
{
"Authors":
[
{"author":"stedolan","titles":["JQ Primer", "More JQ"]},
{"author":"stephen","titles":["AWK", "More AWK"]},
{"author":"casy","titles":["SED", "More SED"]},
{"author":"stephen","titles":["AWK", "More AWK"]}
]
}
|
I want to extract from above document the following json structure
[
{"author":"stephen","titles":["AWK", "More AWK"]}
{"author":"stephen","titles":["AWK", "More AWK"]}
]