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
So as it turns out, an empty json array is turned into an empty dataframe, while a non empty json array is turned into a normal list. Kinda odd isn't it?
Let's say I have the following sample data from the Magical Location Clock app
Then the gradle plugin generates:
Some things are curious here:
Mlc5
could be the same asMlc1
.people
generates either as an empty dataframe or a list (Not sure why not just a List or Any?)gps
could be treated by making it nullableAlternatively, supporting something like OpenAPI #142 could help prevent these issues.
The text was updated successfully, but these errors were encountered: