Skip to main content

read_json

Function read_json 

Source
pub fn read_json(src: &str) -> R<Value>
Expand description

Read a JSON document (§10.2): objects keep their key order, integers stay exact; trailing characters are an error.