7 22 JSON Binding Wizard

LANSA Integrator

7.22 JSON Binding Wizard

The JSON Binding Wizard is started from Studio. It is recommended that you use Studio to manage your projects and associated files.

The JSON Binding Wizard is an application that allows you to map JSON object fields to LANSA fields and lists. The Wizard will generate code to be used by JSON binding services to read and write JSON objects.

JSON (JavaScript Object Notation) is a lightweight data-interchange format. Refer to http://www.json.org/.

AJAX (Asynchronous JavaScript And XML) is a web development technique used for creating interactive web applications. The intent is to make web pages feel more responsive by exchanging small amounts of data with the server behind the scenes, so that the entire web page does not have to be reloaded each time the user requests a change. This is intended to increase the web page's interactivity, speed, functionality, and usability.

The JSON Binding Wizard requires a Java compiler, such as Oracle's Java SDK, to be installed on the PC.
Refer to 7.1.2 Set Java Compiler and Java Runtime.

Review the following topics: