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

  • ext
    • json
      • json.pl
      • json_grammar.pl -- JavaScript grammar
      • json_convert.pl
      • json_rpc_server.pl -- JSON RPC Server
        • json_method/1
        • json_rpc_dispatch/2
        • json_rpc_dispatch_request/4
        • json_rpc_error/2
        • json_rpc_error/3
      • json_rpc_client.pl -- JSON RPC client
      • json_schema.pl -- JSON Schema reader and validator
 json_rpc_dispatch(:Stream, +Options) is det
Run the JSON RPC dispatch loop until end of file is reached on Stream.
Arguments:
Stream- is stream pair (see stream_pair/2). Normally, the stream should use utf8 encoding. If the stream is a binary stream, it will be processed as if utf8 encoding is enabled. If it is a text stream the encoding of the stream is respected.