0
{
    "firstName": "John",
    "lastName": "Smith",
    "address": [
      {
        "streetAddress": "21 2nd Street",
        "city": "New York",
        "state": "NY",
        "postalCode": "0021"
      }
    ],
    "age": 25,
    "phoneNumbers": [
      {
        "type": "home",
        "number": "212 555-1234"
      },
      {
        "type": "fax",
        "number": "212 555-1234"
      }
    ]
  }

take this as an json file and as an input and convert it to the excel sheet..? i am getting difficulty in parsing the json array.

Derrick
  • 3,669
  • 5
  • 35
  • 50

0 Answers0