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 the Rust JSON serialization module, an ordered list of values is referred to as a List. In the official JSON specification, an ordered list of values is called an Array. I propose we rename List to Array for the sake of consistency with the original specification. If approved, I'd be happy to make the change and submit a pull request.