1.3 library(json_rpc_client): JSON RPC client
All
Application
Manual
Name
Summary
Help
Documentation
Reference manual
Packages
SWI-Prolog JSON library
Supporting JSON
library(json_rpc_client): JSON RPC client
json_call/4
json_notify/3
json_batch/5
json_full_duplex/2
Availability:
:- use_module(
library(json_rpc_client)
).
(can be
autoloaded
)
[det]
json_notify
(
+Stream, +Goal, +Options
)
Run
Goal
on a JSON RPC service identified by
Stream
without waiting for the result.