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
Add better JSON array support
Tables will now be converted to arrays if using sequential numeric keys, otherwise they will be converted to objects. You can force a table to be serialized as an object or array by adding __array=false or __array=true respectively to the table's metatable.