options_map_to_value

Function options_map_to_value 

Source
fn options_map_to_value(options: &HashMap<String, String>) -> Value
Expand description

Converts the options map to a json object.

Replaces “null” strings by null json values.