pub fn parse_non_rfcjson_value(str_val: &str) -> Result<UniValue, StdException>
Expand description

| Non-RFC4627 JSON parser, accepts internal | values (such as numbers, true, false, | null) as well as objects and arrays. |