Skip to main content Help Control Panel

Login   A+   A-

Development «   Development blog «  

JSON-RPC

YACS has been supporting XML-RPC for a long time, and this is how we support most browsing tools these days.

With the advent of AJAX, new kinds of back-end services, based on the JSON format, are required. Since a standard exists, and it's named JSON-RPC, it has been implemented right away in YACS.

Actually, JSON-RPC is really close to XML-RPC, and service hooks created for the second will also begood for the first. This means developers can prepare just once some extension suitable for remote procedure calls, and have software clients have the choice for invocation.

Look in the /services/ directory, and take a look a new scripts such as /services/json_rpc.php, etc.

Rate this page
Posted by Bernard on Jan. 20, (popular)