An open API service indexing awesome lists of open source software.

https://github.com/rocketsoftware/pickmultivalue_jagent


https://github.com/rocketsoftware/pickmultivalue_jagent

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

          

# jBase
Sample code for proccessing and responding with JSON on jBase using jAgent.
1. **request.json** would be sent to the jAgent server running on jBase.
2. jAgent would send the request to **RESTFUL** via a listener, which would convert the JSON to and object, check permissions, and determine what subroutine to call.
3. In this example, it would call **JSON.WEB.REPORT**, which would generate the object to be returned.
4. **RESTFUL** would convert the object back to JSON, and return it back up the chain.
5. **response.json** is the example of the JSON that would be returned to the client.