1 2 3 4 5
--!ansi_lexer /* syntax version 1 */ /* postgres can not */ $s = <|"a": 1, b: 2, `c`: 3|>; select $s."b";