Qore JSON Module  1.1
 All Classes Namespaces Functions Groups
Qore Namespace Reference

main Qore-language namespace More...

Namespaces

namespace  Json
 Qore::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.
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.
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.
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.
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.
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.
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.
string makeJSONRPCResponseString (any version, any id, any response_msg)
 Creates a JSON-RPC response string from the parameters passed, without any line breaks.

Detailed Description

main Qore-language namespace