josdejong/jsoneditor

Dynamic templates

Open

#422 opened on Jul 3, 2017

View on GitHub
 (4 comments) (0 reactions) (0 assignees)JavaScript (2,034 forks)batch import
featurehelp wanted

Repository metrics

Stars
 (10,781 stars)
PR merge metrics
 (Avg merge 15h 36m) (3 merged PRs in 30d)

Description

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.

Contributor guide