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 JSON output type (_output=application/json) returns everything as a string.
That makes sense for the XML output type, when everything is an attribute. But JSON supports number and boolean as well as string, so if a column is either of those, it should be output in that form.