archan937 / jsonv.sh

A Bash command line tool for converting JSON to CSV

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

New case not working

ksad opened this issue · comments

Hello I have this case which is not working :

{
  "response": {
    "count": 1008,
    "pagecount": 1,
    "data": [
      {
        "person": {
          "id": 1,
          "guid": "fabef832-ba3b-4a94-892b-e983fb297a10",
          "isActive": false,
          "balance": "$2,623.00",
          "picture": "http://placehold.it/32x32",
          "age": 20,
          "name": "Anastasia Goodwin",
          "gender": "female",
          "company": "Equitax",
          "email": "anastasiagoodwin@equitax.com",
          "phone": "+1 (920) 523-3602",
          "address": "628 Vanderbilt Street, Madaket, Indiana, 3359",
          "registered": "2002-08-19T13:09:25 -02:00",
           "version": [
	       {
                   "name":"R17-3"
               }
          ],
          "coords": {
            "lat": 71.050828,
            "long": 113.565478
          },
          "tags": [
            "excepteur",
            "non",
            "nostrud",
            "nisi"
          ]
        }
      }
   ]
 }
}

i'm not able to attempt version.name. any idea please ?