pub fn read_json(src: &str) -> R<Value>
Read a JSON document (§10.2): objects keep their key order, integers stay exact; trailing characters are an error.