josdejong/jsoneditor

Dynamic templates

開放

#422 建立於 2017年7月3日

 (4 則留言) (0 個反應) (0 位負責人)JavaScript (2,078 個分叉)batch import
featurehelp wanted

倉庫指標

星標
 (12,263 顆星)
PR 合併指標
 (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.

貢獻者指南