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 256c482 commit a62d535Copy full SHA for a62d535
README.md
@@ -169,6 +169,7 @@ For this to work perfectly, you must follow the following rules:
169
# Separators:
170
# with bracket: article[title][authors][0]: "jhon doe"
171
# with dot: article.title.authors.0: "jhon doe"
172
+ # with mixed: article.title.authors[0]: "jhon doe"
173
'separator': 'bracket' or 'dot' or 'mixed', # default is bracket
174
175
@@ -217,4 +218,4 @@ You can use this [multipart-object](https://github.com/remigermain/multipart-obj
217
218
219
## License
220
-[MIT](https://github.com/remigermain/multipart-object/blob/main/LICENSE)
221
+[MIT](https://github.com/remigermain/multipart-object/blob/main/LICENSE)
0 commit comments