json_parse

Function json_parse 

Source
pub fn json_parse<'js, T: Into<Vec<u8>>>(
    ctx: &Ctx<'js>,
    json: T,
) -> Result<Value<'js>>