Suggestion
The JS Date object should be supported as Date value in the editor.
I am aware that Date is not valid JSON value.
Use case
- The
JsonEditor can be used to display Date data
- I am using the
JsonEditor to display developer data that will make request with and to view the response data. For easier working with the data, the API layer does the conversion of number/string->Date.
Suggestion
The JS
Dateobject should be supported as Date value in the editor.I am aware that
Dateis not valid JSON value.Use case
JsonEditorcan be used to displayDatedataJsonEditorto display developer data that will make request with and to view the response data. For easier working with the data, the API layer does the conversion ofnumber/string->Date.