JSONER (originated from "JSON supportER") is a JavaScript library developed by Alexey Luchkovsky to significantly simplify most commonly used operations
performed with JSON (JavaScript Object Notation) objects.
Today AJAX (Asynchroneous JavaScript And XML) technology is one of the most innovating things in Web development
used for development of
interactive Web applications with increased interactivity, speed, and usability.
Because AJAX is JavaScript at its core and JSON is a subset of JavaScript they work together perfectly.
JSON is well suited for data-interchange between server and WEB
client due to the fact that JSON notation is built into lots of the programming
languages and JSON can be mapped easy to object-oriented systems.
The JSONER library provides a set of tools which allow to simplify development of Web applications which use
JSON and offers
many ready-to-use solutions for common JSON related tasks.
Please refer to examples page to find more live samples for JSONER usage.
Also, JSONER includes
implementation of Undo Manager - please click on the images below
to see Undo Manager in action.
|