surveyjs / survey-creator

Scalable open-source survey software to generate dynamic JSON-driven forms within your JavaScript application. The form builder features a drag-and-drop UI, CSS Theme Editor, and GUI for conditional logic and form branching.
https://surveyjs.io/open-source
Other
896 stars 370 forks source link

[Feature Request] use jsoneditor in survey creator's JSON Editor #558

Open swuecho opened 5 years ago

swuecho commented 5 years ago

Are you requesting a feature, reporting a bug or ask a question?

feature

What is the current behavior?

plain json in JSON Editor. not user friendly.

What is the expected behavior?

use https://github.com/josdejong/, the real json editor. ^_^

PS: I do not use the survey json editor myself. Come across jsoneditor and remind me of the json editor in survey creator. If anyone is interested in edit the json directly. jsoneditor should be helpful.

andrewtelnov commented 5 years ago

@swuecho We will include in our TODO list. We will investigate the using this editor and may include it in one of our upcoming releases. We used to release every week. Right now we are supporting ace Editor. If you include it on your page, we will start to use it. We may do the same for json editor.

Thank you, Andrew