Valid JSON structure

A valid JSON structure consists of a collection of key-value pairs separated by commas, enclosed in curly braces. The collection of key-value pairs can be enclosed in square brackets if there are multiple elements. The keys are always strings enclosed in double quotes, followed by a colon, and then the value. The value can be a string, number, object, array, boolean, or null.

[
    {
        "id": 1,
        "name": "Shannah Judgkins",
        "job": "Database Administrator II",
        "image": "<https://robohash.org/suntautvoluptatem.jpg?size=500x500&set=set1>"
    },
    {
        "id": 2,
        "name": "Silvester Hallwell",
        "job": "Data Coordiator",
        "image": "<https://robohash.org/rerumautemenim.jpg?size=500x500&set=set1>"
    }
]

📓 Services to generate JSON data

You can download try different JSON samples from this repo.

Or you can use one of these services:

Mockaroo - Random Data Generator and API Mocking Tool | JSON / CSV / SQL / Excel

JSON Generator

JSONPlaceholder - Free Fake REST API

Random Data API