pub fn propagate_json_parse(value: &Value) -> Option<Value>
Propagate taint through JSON.parse.
If the input JSON string is tainted, the resulting Json value is also tainted.