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
Currently the json.marshal method in goluago doesn't support tables of arrays. Due to this bug, we have situations in genghis-flows where teams have to construct their own json manually if it has an array in it. See here
We should fix this bug so that teams can use json.marshal for tables with arrays.
The text was updated successfully, but these errors were encountered:
As it turns out, this isn't actually a bug. We just need to use the array helper to convert lua tables into JSON encoded arrays. I'll fix this in the cart concern as part of a separate PR/issue.
Currently the json.marshal method in goluago doesn't support tables of arrays. Due to this bug, we have situations in genghis-flows where teams have to construct their own json manually if it has an array in it. See here
We should fix this bug so that teams can use
json.marshal
for tables with arrays.The text was updated successfully, but these errors were encountered: