Tags: edwardsp/json-editor
Tags
Add propertyOrder support, fix SCEditor, fix validator ready bug. * New schema keword "propertyOrder" that lets you set order of object properties, both in the form and in returned JSON. Fixes jdorn#110 * Fix SCEditor bug that wasn't updating the JSON value. Fixes jdorn#118 * Fix bug with validation results not being ready immediately for non-ajax uses. Fixes jdorn#130. Fixes jdorn#124