ismyrnow / json-tinker

JQuery plugin to make a json editor
Other
2 stars 1 forks source link

Implement update methods #7

Open ismyrnow opened 10 years ago

ismyrnow commented 10 years ago

Implement the following update methods:

$editor.tinker('json', str);
$editor.tinker('object', obj);

They currently throw a not implemented exception.

The workaround is to re-initialize the plugin on the element.