JSON Editor + JSON Schema

JSON is a compact format that EditiX treats first-class: a tree on the left, the node properties at the bottom left and the text editor in the center, with live position sync.

{
	"document": {
		"titre": "hello world",
		"dimension": "300x300"
	}
}

Related