JSON edit history manager for undo / redo functionality, powered by operational transform.
HTML
0
0
MIT License
ctrlz is a JSON edit history manager that provides undo and redo functionality using operational transform. It's designed for developers working with JSON data who need to track changes and support reversible operations. The library is useful for applications like collaborative editing tools or any system that requires maintaining a history of JSON modifications.
LiveScript is a language which compiles to JavaScript. It has a straightforward mapping to JavaScript and allows you to write expressive code devoid of repetitive boilerplate. While LiveScript adds many features to assist in functional style programming, it also has many improvements for object oriented and imperative programming.