Posts by onurb • 13 points
1 post
-
1
votes1
answer421
viewsQ: Get JSON values using Shell script
I need to list the values of the number and url fields using the json shell script below: [{ "numero": "001", "local": "brasil", "url": "http://brasil.com.br", "ipv4": "10.10.0.1" }] I’m wearing…