fn normalize_json_contract_arg(arg: &str) -> StringExpand description
Convert explicit JSON contract tokens into the expression syntax accepted by the existing property parser.
Supported explicit tokens:
arg:Nnames callee argumentNand becomes internalArg_N.const:Nnames an integer constant and becomesN.ty:Tnames a type parameter/type identifier and becomesT.
Unprefixed strings are kept unchanged for compatibility with older entries
such as "0", "T", and "1".