Quantcast
Viewing latest article 30
Browse Latest Browse All 515

using jq want to parse array nested inside object. But the entire object gets duplicated in output

json ={"Country":"India","States": [{"Name":"TN","Cities":["city1","city2"]},{"Name":"KL","Cities":["city3","city4"]}]}

query = {country:.Country,states: .States | (foreach .[] as $item (0; {name:$item.Name,city:$item.Cities} ))}

output

{"country": "India","states": {"name": "TN","city": ["city1","city2"]}}{"country": "India", "states": {"name": "KL","city": ["city3","city4"]}}

dont want the country to be repeated two times. The main requirement is to change the key names. like city instead of Cities.


Viewing latest article 30
Browse Latest Browse All 515

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>