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
The details in the following JSON is parsed into a list() by yyjsonr {"error":{"code":400,"message":"Invalid URL","details":[]}}
I know that details will only every be a character vector. The list() is causing an issue with existing code that expects either a NULL or a character vector. Is there an option that can be set to change the behavior of yyjsonr in this case?
The text was updated successfully, but these errors were encountered:
The
details
in the following JSON is parsed into alist()
by yyjsonr{"error":{"code":400,"message":"Invalid URL","details":[]}}
I know that
details
will only every be a character vector. Thelist()
is causing an issue with existing code that expects either a NULL or a character vector. Is there an option that can be set to change the behavior of yyjsonr in this case?The text was updated successfully, but these errors were encountered: