JSONER provides open-source solution for improving your web technologies that allow developers to easily and quickly build rich JSON based applications.
JSONER include the subset of useful methods, which are the following:
- Methods for data lookup.
- Methods for data binding.
- Methods of populating data from HTML form to JSON and the contrary.
- Methods for creating HTML forms and other components.
- Methods for comparison JSONs (quite useful when checking if the input data were changed).
- Methods for transformation JSON to XML or HTML string for further processing.
- Methods for transformation array of JSONs to a MAP (quite useful when expanding key to value).
- Methods to capturing JSON property and the contrary.
New in JSONER v 1.22:
- Cross-link event added.
- Cross-link resolver.
- The method which defined that the JSON property should be excluded from traversing. It allows to represent JavaScript objects or DOM nodes as JSON structure.
Any feedback is appreciated.