Call JSON RPC to Web Controller in Odoo
JSON (Javascript object notation) is a data-interchange format. It is easy to read and write, also for machines, it is easy to parse and generate. RPC is the remote procedure call protocol, JSON-RPC is RPC which is encoded with JSON. It is similar to XML-RPC. The difference is that JSON-RPC does not require a response to sending data to the server.
Read Original Content: Call JSON RPC to Web Controller in Odoo
















