Convert String to an Array in JSON file using Shell scripting

vinshas1

New Member
Joined
Nov 27, 2019
Messages
1
Reaction score
0
Credits
0
This is the sample json I have pasted here. I want all the IP address strings to be converted into an array. For example "10.38.32.202" has to be converted to ["10.38.32.202"] everywhere in the JSON. There are multiple IPs in a JSON I am pasting one sample object from the JSON. But the IPs already in an Array should not be altered.



{"network_ip_v4_address": "10.38.32.202","mac_address": "A0:12:34:45","network_ip_v4_address":["10.38.61.1","10.38.32.1"]}
 



 

Members online


Top