dump_parameters_as_json

Function dump_parameters_as_json 

pub fn dump_parameters_as_json(params: &SessionExtraParameters) -> String
Expand description

Dump all parameters as JSON string for inspection/validation Returns a JSON object like: {“host”: “localhost”, “port”: “9999”} Useful for testing that parameters correctly transferred to C++