Function json
Source pub fn json<T, I>(paths: I) -> Result<Option<T>, Error>
Available on crate features file and json only.
Expand description
Evaluate paths using File and the Json format.
This is a convenience function and does no magic. Returns Ok(None) only if
paths is empty.