pub fn parse(input: &str, origin: Option<&str>) -> Result<Config, AdapterError>Expand description
Read Properties-syntax text.
Shares its syntax layer with include "x.properties", so the two cannot
drift apart. Values are all strings, and a ${a.b} among them stays that
literal text (spec F0.2, F2.2).