pub fn parse_option_value(s: &str) -> Value
Smart-coerce a string into a JSON value.
Tries, in order: integer, float, bool (true/false), null, fallback to string.
true
false
null