We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
JsonObject dataJson = gson.fromJson("{\"appVersion\":2}", JsonObject.class); Object apply = JavaJsonLogic.INSTANCE.apply("{\">\":[{\"var\":\"appVersion\"},1]}", dataJson); System.out.println(apply);
I am getting false result but as per JsonLogic it must return true.