fix: need enumeration for brackets. by jaewon42 · Pull Request #58 · landing-ai/ade-python

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR fixes the implementation of the "brackets" array format in query string serialization by adding index enumeration. Previously, the code appended [] to the key for all array items, but now it properly enumerates each item with its index (e.g., key[0], key[1]).


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.