You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
And, Or operations - && and || respectively does not have an
equivalent trait that can be implemented. Implement them as and() and
or() method on the JSON data type.
For now the return value can be Json::Bool, later other options like
bool as return value can be explored.
The text was updated successfully, but these errors were encountered:
prataprc
changed the title
JSON: Implementing And and Or logic.
json: Implementing And and Or logic.
Aug 10, 2018
And, Or operations - && and || respectively does not have an
equivalent trait that can be implemented. Implement them as and() and
or() method on the JSON data type.
For now the return value can be Json::Bool, later other options like
bool as return value can be explored.
The text was updated successfully, but these errors were encountered: