Tries to parse &str into Value::Boolean Expects: Booleans Example success: true => Value::Boolean(true) false => Value::Boolean(false)
(input: &str)
source not stored for this graph (policy: none)
nothing calls this directly
no test coverage detected