JSONER provides open-source solution for improving your web technologies that allow developers to easily and quickly build rich JSON based applications.
JSONER are based on event - event handler paradigm (like SAX).
An event-based API reports parsing events directly to the application through callbacks. In both of those cases, an event-based API provides a simpler, lower-level access to JSON data structure.... read more
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.... read more