Open-Federation / json-schema-editor-visual

A json-schema editor of high efficient and easy-to-use, base on React.
https://hellosean1025.github.io/json-schema-visual-editor/
MIT License
1.02k stars 224 forks source link

onChange只能获取到jsonSchema,怎么获取到json啦? #17

Open hdepro opened 5 years ago

linonetwo commented 5 years ago

这个是 JSONSchema 编辑器,拿到的就是 Schema。

要拿到 JSON ,你需要配合 https://github.com/mozilla-services/react-jsonschema-form 来使用。

purple-force commented 4 years ago

导入json生成json schema,需要另外提供个api出来获取到这个json