1.3 library(json_rpc_client): JSON RPC client
All Application Manual Name SummaryHelp

  • 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)
Source[det]json_notify(+Stream, +Goal, +Options)
Run Goal on a JSON RPC service identified by Stream without waiting for the result.