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 5fc6226 commit e68e987Copy full SHA for e68e987
README.md
@@ -169,6 +169,12 @@ For this to work perfectly, you must follow the following rules:
169
- Don't put spaces between separators.
170
171
- By default, you can't set set duplicates keys (see options)
172
+
173
+- You can set empty dict/list:
174
+ for empty list: `"article.authors[]": None` -> `{"article": {"authors": [] }}`
175
+ for empty dict: `"article.": None` -> `{"article": {} }`
176
+ `.` last dot for empty dict (availables in `dot`, `mixed` and `mixed-dot` options)
177
+ `[]` brackets empty for empty list (availables in `brackets`, `mixed` and `mixed-dot` options)
178
179
180
0 commit comments