We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9392084 commit b6e79f1Copy full SHA for b6e79f1
query/encode.go
@@ -114,8 +114,8 @@ type Encoder interface {
114
//
115
// Non-nil pointer values are encoded as the value pointed to.
116
117
-// Nested structs are encoded including parent fields in value names for
118
-// scoping. e.g:
+// Nested structs have their fields processed recursively and are encoded
+// including parent fields in value names for scoping. For example,
119
120
// "user[name]=acme&user[addr][postcode]=1234&user[addr][city]=SFO"
121
0 commit comments