We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e4fbd0f + 11a7720 commit 7f661cdCopy full SHA for 7f661cd
2 files changed
internal/apiform/encoder.go
@@ -30,7 +30,7 @@ func MarshalRoot(value any, writer *multipart.Writer) error {
30
e := &encoder{
31
root: true,
32
dateFormat: time.RFC3339,
33
- arrayFmt: "comma",
+ arrayFmt: "indices:dots",
34
}
35
return e.marshal(value, writer)
36
0 commit comments