Skip to content

You're viewing documentation for a pre-release version. View the latest stable version

Case

URLEncodedFormEncoder.Configuration.ArrayEncoding.bracket

Arrays are serialized as separate values with bracket suffixed keys. For example, foo = [1,2,3] would be serialized as foo[]=1&foo[]=2&foo[]=3.
case bracket