Function dump_parameters_as_json
pub fn dump_parameters_as_json(params: &SessionExtraParameters) -> StringExpand 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++