Skip to content
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

How many build-in Filters do we have in jsonType feature #46

Open
parisqian-misa opened this issue Oct 10, 2015 · 1 comment
Open

How many build-in Filters do we have in jsonType feature #46

parisqian-misa opened this issue Oct 10, 2015 · 1 comment
Assignees

Comments

@parisqian-misa
Copy link

In the document, I could not find a list of build-in filters. I saw url, date and empty if-blocks in the code, are they filters?

One more thing, do we have anything like json/object filter, just like what we have with array, to detect whether the value part is a valid json object?

@DavertMik
Copy link
Member

In the document, I could not find a list of build-in filters. I saw url, date and empty if-blocks in the code, are they filters

yes, and yes, they should be documented better. I will work on that

One more thing, do we have anything like json/object filter, just like what we have with array, to detect whether the value part is a valid json object?

right now array replaces the object (as in JSON objects are PHP associative arrays). However, this may (should) be improved

@DavertMik DavertMik self-assigned this Oct 13, 2016
@eXorus eXorus transferred this issue from Codeception/Codeception Jan 14, 2021
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

2 participants