Emilien-Greenomy

Results 1 comments of Emilien-Greenomy

In case you're still looking, here's a quick and dirty workaround: ```js jsonLogic.add_operation('dotvar', function(key){ return this[key] }) ​ jsonLogic.apply( { dotvar: [ 'foo.bar' ] }, {'foo.bar': true} ) ``` You...