pub fn loads<S>(s: S) -> Result<JSONValue, PyException>where S: AsRef<str>,
json.loads - deserialize JSON string