migrate_json_string

Function migrate_json_string 

Source
fn migrate_json_string(val: Value) -> Value
Expand description

If a value is a string that looks like JSON array/object, parse it to native. Handles migration from old format where structured data was JSON-stringified.