Qore json Module
1.9.0
Toggle main menu visibility
Loading...
Searching...
No Matches
Deprecated List
Member
Qore::Json::make_jsonrpc11_error
(softint code, string error, auto id, auto 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::Json::makeFormattedJSONRPC11ErrorString
(softint code, string error, auto id, auto 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::Json::makeFormattedJSONRPCErrorString
(auto version, auto id, auto error_msg)
use
make_jsonrpc_error()
; camel-case function names were deprecated in json 1.5
Member
Qore::Json::makeFormattedJSONRPCRequestString
(string method_name, auto version, auto id, auto request_msg)
use
make_jsonrpc_request()
; camel-case function names were deprecated in json 1.5
Member
Qore::Json::makeFormattedJSONRPCResponseString
(auto version, auto id, auto response_msg)
use
make_jsonrpc_response()
; camel-case function names were deprecated in json 1.5
Member
Qore::Json::makeFormattedJSONString
(auto data, *string encoding)
use
make_json()
; camel-case function names were deprecated in json 1.5
Member
Qore::Json::makeJSONRPC11ErrorString
(softint code, string error, auto id, auto 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::Json::makeJSONRPCErrorString
(auto version, auto id, auto error_msg)
use
make_jsonrpc_error()
; camel-case function names were deprecated in json 1.5
Member
Qore::Json::makeJSONRPCRequestString
(string method_name, auto version, auto id, auto request_msg)
use
make_jsonrpc_request()
; camel-case function names were deprecated in json 1.5
Member
Qore::Json::makeJSONRPCResponseString
(auto version, auto id, auto response_msg)
use
make_jsonrpc_response()
; camel-case function names were deprecated in json 1.5
Member
Qore::Json::makeJSONString
(auto 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