josdejong / josdejong/jsoneditor
Dynamic templates
Open
feature
help wanted
- Dominant language
- JavaScript
- Stars
- 12.3k
- Forks
- 2.1k
- PR merge metrics
- No 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.
```js
function jsoneditor_custom( json ) {
// do something
return json;
}
```
And returning the result to the editor.
Contributor guide
Assessment
This issue has not been assessed yet.