Closed
Description
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 displayDate
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 ofnumber
/string
->Date
.