Precedent logo

JSON EDITOR

Copy and paste your JSON here

JSON VIEWER

View JSON in structured format

{
id: 1
name: "John Doe"
email: "john.doe@example.com"
age: 30
address: {
street: "123 Main St"
city: "Anytown"
}
roles: [
0: "user"
1: "admin"
]
}