Hey, Say I have an object ```json {"my.key":"abc"} ``` how can I reference this with jsonlogic? if I do ```json {"var":"my.key"} ``` it looks for a nested field, but there doesn't seem to be any way to quote the key or avoid this behaviour by other means.