pub fn escape_key<W>(wr: &mut W, value: &str) -> Result<()>where W: Write,
Serializes and escapes a &str into a Hjson key.
&str