-
Notifications
You must be signed in to change notification settings - Fork 20
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
Function to get JSON type #479
Comments
Definitely useful. This issue is now listed in #480. |
I don't think linking this issue in a list warrants closing it. This still remains unresolved. |
Like all other issues marked revisit-after-base-done. |
Related to #172 |
This StackOverflow question needs the ability to isolate values of a given type. I think this would make a good function.
The function would return a string (one of
object
,array
,number
,string
,boolean
,null
) that indicates the value type of the parameter, which is aValueType
.Not sure if
true
andfalse
should be combined intoboolean
or not. Technically, these are merely tokens, not actual "boolean" values, though the association is strong.The text was updated successfully, but these errors were encountered: