JavaScript Object
Notation (JSON) enables for rapid exchange of JavaScript objects in a simple format.
JSON consumes less bandwidth than XML and works well with all browsers.
JSON is built from a collection of name-value pairs and ordered lists
of values. The JSON4J library is an implementation of JSON for use
within Java™ environments. By default, the RPC Adapter is configured
to return all service invocations as JSON.
Procedure