josdejong/jsoneditor

Dynamic templates

Open

#422 aperta il 3 lug 2017

Vedi su GitHub
 (4 commenti) (0 reazioni) (0 assegnatari)JavaScript (2034 fork)batch import
featurehelp wanted

Metriche repository

Star
 (10.781 star)
Metriche merge PR
 (Merge medio 15h 36m) (3 PR mergiate in 30 g)

Descrizione

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.

Guida contributor