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
For my use case it would be great if there would be a way to encode an empty array as well. For example, in bracket style, maybe {a: []} could be encoded as a[] only (while {a: [1]} is encoded as a[]=1).