黑白梦黑白梦

toggle navtoggle nav
  • 文章
  • 专栏
  • 文章
  • 专栏

jsoneditor 专门的 JSON 编辑器

发布于 2021-06-17, 更新于 2023-05-02

可用于查看、编辑、格式化与校验 JSON 的编辑器,基于 codemirror

https://github.com/josdejong/jsoneditor

npm install jsoneditor

各框架会有人封装一些包装器,如:

https://github.com/vankop/jsoneditor-react

npm install --save jsoneditor jsoneditor-react --legacy-peer-deps

支持 ts 设置: https://github.com/vankop/jsoneditor-react/issues/65

<ProForm.Item name="config" label="参数内容">
    <JsonEditor mode={isView ? 'view' : 'text'} />
</ProForm.Item>
本文收录于专栏

一些好用的 npm 前端开源库

收集一些好用的前端开源库,主要是 npm 包

©2015-2026 黑白梦 粤ICP备15018165号

联系: heibaimeng@foxmail.com