Get your own copy
Don't hesitate! Just download and test it all by yourself for free!
// JSON parse a string into an object var obj = tinymce.util.JSON.parse(somestring); // JSON serialize a object into an string var str = tinymce.util.JSON.serialize(obj);