Skip to main content

propagate_json_parse

Function propagate_json_parse 

Source
pub fn propagate_json_parse(value: &Value) -> Option<Value>
Expand description

Propagate taint through JSON.parse.

If the input JSON string is tainted, the resulting Json value is also tainted.