/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_full_duplex(+Stream, :Options) is det
Start the thread for incomming data and on requests, dispatch them using library(jso_rpc_server) in the module derived from the Options list.