JSONER is open-source JavaScript library that allows developers to
easily and quickly build JSON/AJAX based web applications.
JSONER is based on event/event handler paradigm (like SAX). An
event-based API generates processing events (such as the start and end of
JSON node visiting) directly to the application through callbacks. In both
these cases, an event-based API provides a simpler, lower-level access
to JSON data structure.
Also, JSONER provides rich set of tools intended to simplify common
JSONER related tasks, such as various JSON based data binding, lookup and
transformations.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at Apache License 2.0 license.
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
Distribution
JSONER distribution includes:
Fully documented JSONER code;
Runtime - compressed and minimized code but functionally identical ones;
The documentation is specific to a version of the JSONER;
Examples - html contains JSONER usage cases examples;