Qore JSON Module  1.8
Qore Namespace Reference

Qore namespace. More...

Namespaces

 Json
 Json namespace.
 

Functions

string makeFormattedJSONRPC11ErrorString (softint code, string error, any id, any error_msg)
 Creates a JSON-RPC 1.1 error response string from the parameters passed, formatted with line breaks for easier readability. More...
 
string makeFormattedJSONRPCErrorString (any version, any id, any error_msg)
 Creates a generic JSON-RPC error response string from the parameters passed, formatted with line breaks for easier readability. More...
 
string makeFormattedJSONRPCRequestString (string method_name, any version, any id, any request_msg)
 Creates a JSON-RPC request string from the parameters passed, formatted with line breaks for easier readability. More...
 
string makeFormattedJSONRPCResponseString (any version, any id, any response_msg)
 Creates a JSON-RPC response string from the parameters passed, formatted with line breaks for easier readability. More...
 
string makeJSONRPC11ErrorString (softint code, string error, any id, any error_msg)
 Creates a JSON-RPC 1.1 error response string from the parameters passed, without any line breaks. More...
 
string makeJSONRPCErrorString (any version, any id, any error_msg)
 Creates a generic JSON-RPC error response string from the parameters passed, without any line breaks. More...
 
string makeJSONRPCRequestString (string method_name, any version, any id, any request_msg)
 Creates a JSON-RPC request string from the parameters passed, without any line breaks. More...
 
string makeJSONRPCResponseString (any version, any id, any response_msg)
 Creates a JSON-RPC response string from the parameters passed, without any line breaks. More...
 
string make_jsonrpc11_error (softint code, string error, any id, any error_msg, *int format)
 Creates a JSON-RPC 1.1 error response string from the parameters passed, without any line breaks. More...
 
string make_jsonrpc_error (any version, any id, any error_msg, *int format)
 Creates a generic JSON-RPC error response string from the parameters passed, without any line breaks. More...
 
string make_jsonrpc_request (string method_name, any version, any id, any request_msg, *int format)
 Creates a JSON-RPC request string from the parameters passed, without any line breaks. More...
 
string make_jsonrpc_response (any version, any id, any response_msg, *int format)
 Creates a JSON-RPC response string from the parameters passed, without any line breaks. More...
 

Detailed Description

Qore namespace.

main Qore-language namespace