fstn
10/10/2017, 3:18 PMif(evalCondition("message.type == 'admin' && user.type == 'admin'",context:JsonObject)) ...
where context like { message :{ type:"admin"}, user:{type:"admin"}}
What should I do inside the evalCondition method?
I migrating from nodeJs to Kotlin and in nodeJS I just need to use the eval function