Files
vitify-nuxt/public/jsonforms/basic/data.json
2025-04-22 10:56:56 +07:00

10 lines
141 B
JSON

{
"name": "John Doe",
"vegetarian": false,
"birthDate": "1985-06-02",
"personalData": {
"age": 34
},
"postalCode": "12345"
}