Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
themeFadeToGrey
titleOutput example
linenumberstrue
{
    "status": "1",
    "message": "OK",
    "customers": [
        {
            "id": "1",
            "name": "Customer I",
            "code": "CI",
            "active": "1",
            "salesPerson": "Jhon Doe",
            "customerType": "Wholesaler"
        }
        ,
        {
            "id": "2",
            "name": "Customer II",
            "code": "CII",
            "active": "1",
            "salesPerson": "Jhon Doe",
            "customerType": "Retailer"
        }
    ]
}