Open mufasa71 opened 4 years ago
Json value array throws error
"JSONObject cannot represent non-object value: [object Object],[object Object],[object Object]"
Looks like its converting to String somehow, could not find related code.
Also experiencing this issue currently
Try using the list.json() type instead. That works if you're passing an array of objects.
list.json()
Json value array throws error
Looks like its converting to String somehow, could not find related code.