JSON Test Data

Spread the love

You can find below Json test data free and easy to use.

{
    "firstName": "Racks",
    "lastName": "jacson",
    "gender": "man",
    "age": 24,
    "address": {
        "streetAddress": "Udhna",
        "city": "san jone",
        "state": "CA",
        "postalCode": "95210"
    },
    "phoneNumbers": [
        { "type": "home", "number": "27627" }
    ]
}

You can also call sample-json API directly for JSON Test Data.
https://tools.learningcontainer.com/sample-json.json

Learn more about JSON refer this blogs.