josdejong/jsoneditor

Dynamic templates

Aberta

#422 aberto em 3 de jul. de 2017

 (4 comentários) (0 reação) (0 responsável)JavaScript (2.078 forks)batch import
featurehelp wanted

Métricas do repositório

Stars
 (12.263 estrelas)
Métricas de merge de PR
 (Métricas PR pendentes)

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.

Guia do colaborador