Page History
...
WAMs supports Javascript Object Notation (JSON) in two ways:
Posting JSON data
Refer Refer to JSON Convenience Wrapper for details on how to post fields and lists using JSON.
JSON Response Webroutines
The The webroutine's web maps (fields and lists) is sent as a JSON response with MIME type application/json and encoded in UTF‑8. You can use these webroutines to send responses to Ajax requests.
Some of the weblets shipped by LANSA use JSON response webroutines to update data using Ajax requests.
...
This file defines JSON convenience wrapper objects that let you access a JSON response webroutine fields, lists and context information. See JSON Convenience Wrapper for details.
See Also
...
