-
Notifications
You must be signed in to change notification settings - Fork 308
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
Support for isJSONObject
and isJSONString
#499
Comments
Hello, what is the behavior of the functions you're thinking of? We have some similar functions like isPlainObject, etc. |
I think 'isJSONObject' is used to check whether an object contains elements such as object, array, number, string, boolean, or null, and whether it is to a valid JSON format.'isJSONString' is used to check whether the data can be converted into a JSON object. |
I think both might be helpful. Could you give it a try? |
Would it be okay if I try? |
'isJSONObject' has been merged,'isJSONString' seems not, hello @raon0211 can he try it? |
I think 'isJSONString' might not be ok,and closed the merge request,maybe you can try it. |
Hello @raon0211, if you need these two functions, I can add them to the predicate library.
The text was updated successfully, but these errors were encountered: