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
I need to set json parser because otherwise my API is not type stable (giving matrix or list depending on the length of vectors in the input), see without the parser:
Using latest CRAN plumber. Consulted news file and my issue does not seem to be solved in devel.
System details
no {sessioninfo} pkg
Reproduce
create
r.R
file:try setting parser
Describe the problem in detail
Setting parser for json type to not simplify to matrix or data.frame is failing. Using according to manual of
setParser
method at https://www.rplumber.io/reference/Plumber.html?q=parser#method-setparsers-Background
I need to set json parser because otherwise my API is not type stable (giving matrix or list depending on the length of vectors in the input), see without the parser:
The text was updated successfully, but these errors were encountered: