Use the latest version and write the following code: `Parser.evaluate('in1["key"]', { in1: { key: 'value' } });` I expect the above code to output "value", but got `undefined` Can you spare some time to have a look? Thank you. @silentmatt