RicoSuter / VisualJsonEditor

A JSON schema based file editor for Windows.
http://visualjsoneditor.org
MIT License
349 stars 87 forks source link

"Specify values" with default value crashes the editor #12

Closed mkaut closed 7 years ago

mkaut commented 7 years ago

The following simple schema crashes the editor, after clicking on "Specify values" under "prop-tree":

{
  "type": "object",
  "properties": {
    "prop-tree": {
      "type": "object",
      "properties": {
        "start-time": {
          "type": "string",
          "default": "2016010100"
        }
      }
    }
  }
}

system: Windows 10 Enterprise 64-bit