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
in this example there is no way to make "arr" an empty array. It would be nice to at least be able to have empty arrays even if nullable properties wouldn't be possible.
The text was updated successfully, but these errors were encountered:
As far as I can tell you can't have missing values in your config structure or at least the possibility of an empty array.
example:
This will throw an error: Caused by: java.lang.ArrayIndexOutOfBoundsException: Index 0 out of bounds for length 0
otherwise you have to give it a value, this value is then populated in the json.
in this example there is no way to make
"arr"
an empty array. It would be nice to at least be able to have empty arrays even if nullable properties wouldn't be possible.The text was updated successfully, but these errors were encountered: