josdejong/jsoneditor

Dynamic templates

Open

#422 创建于 2017年7月3日

在 GitHub 查看
 (4 评论) (0 反应) (0 负责人)JavaScript (2,034 fork)batch import
featurehelp wanted

仓库指标

Star
 (10,781 star)
PR 合并指标
 (平均合并 15小时 36分钟) (30 天内合并 3 个 PR)

描述

It would be handy to be able to populate a list of JavaScript snippets - "actions" - to interact with the JSON data.

function jsoneditor_custom( json ) {
  // do something
  return json;
}

And returning the result to the editor.

贡献者指南