/usr/lib/swipl/library/ext/json/json_rpc_client.pl
All Application Manual Name SummaryHelp

  • ext
    • json
      • json.pl -- Reading and writing JSON serialization
      • json_grammar.pl
      • json_rpc_server.pl
      • json_schema.pl -- JSON Schema reader and validator
      • json_rpc_common.pl
      • json_rpc_client.pl -- JSON RPC client
        • json_call/4
        • json_notify/3
        • json_batch/5
        • json_full_duplex/2
      • json_convert.pl -- Convert between JSON terms and Prolog application terms
 json_notify(+Stream, +Goal, +Options) is det
Run Goal on a JSON RPC service identified by Stream without waiting for the result.