Basic JSON Editor Example
JSON Output:
{ "Name": "John Doe", "Address": "Los Angeles", "Country": "USA" }
{ "title": "Человек", "type": "object", "properties": { "Country": { "type": "string" }, "Name": { "type": "string", "default": "Jeremy", "readOnly": true }, "Address": { "type": "string", "default": "New York" }, "Pets": { "type": "array", "title": "Собачки", "format": "table", "items": { "type": "object", "properties": { "Breed": { "type": "string" }, "DogName": { "type": "string" } } } } } }