pub fn get_config_value(key: &str) -> Option<Value>
Expand description
Returns a named guest environment configuration value as a JSON Value
.
A shortcut for calling get_config
, reading it as an Object
, and then retrieving a named Value
from it.
ยงArguments
key
- A key indexing into a configurationMap