Skip to content

json: Implementing And and Or logic. #7

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
prataprc opened this issue Aug 7, 2018 · 0 comments
Open

json: Implementing And and Or logic. #7

prataprc opened this issue Aug 7, 2018 · 0 comments

Comments

@prataprc
Copy link
Member

prataprc commented Aug 7, 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.

@prataprc prataprc changed the title JSON: Implementing And and Or logic. json: Implementing And and Or logic. Aug 10, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant