Qore JSON Module  1.8
Deprecated List
Member Qore::Json::makeFormattedJSONString (any data, *string encoding)
use make_json(); camel-case function names were deprecated in json 1.5
Member Qore::Json::makeJSONString (any data, *string encoding)
use make_json(); camel-case function names were deprecated in json 1.5
Member Qore::Json::parseJSON (string json_str)
use parse_json(); camel-case function names were deprecated in json 1.5
Member Qore::make_jsonrpc11_error (softint code, string error, any id, any error_msg, *int format)
do not use; support for the non-published JSON-RPC 1.1 protocol was dropped in json 1.7
Member Qore::makeFormattedJSONRPC11ErrorString (softint code, string error, any id, any error_msg)
do not use; camel-case function names were deprecated in json 1.5, and support for the non-published JSON-RPC 1.1 protocol was dropped in json 1.7
Member Qore::makeFormattedJSONRPCErrorString (any version, any id, any error_msg)
use make_jsonrpc_error(); camel-case function names were deprecated in json 1.5
Member Qore::makeFormattedJSONRPCRequestString (string method_name, any version, any id, any request_msg)
use make_jsonrpc_request(); camel-case function names were deprecated in json 1.5
Member Qore::makeFormattedJSONRPCResponseString (any version, any id, any response_msg)
use make_jsonrpc_response(); camel-case function names were deprecated in json 1.5
Member Qore::makeJSONRPC11ErrorString (softint code, string error, any id, any error_msg)
do not use; camel-case function names were deprecated in json 1.5, and support for the non-published JSON-RPC 1.1 protocol was dropped in json 1.7
Member Qore::makeJSONRPCErrorString (any version, any id, any error_msg)
use make_jsonrpc_error(); camel-case function names were deprecated in json 1.5
Member Qore::makeJSONRPCRequestString (string method_name, any version, any id, any request_msg)
use make_jsonrpc_request(); camel-case function names were deprecated in json 1.5
Member Qore::makeJSONRPCResponseString (any version, any id, any response_msg)
use make_jsonrpc_response(); camel-case function names were deprecated in json 1.5