Skip to content

Commit e68e987

Browse files
committed
update: readme
1 parent 5fc6226 commit e68e987

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,12 @@ For this to work perfectly, you must follow the following rules:
169169
- Don't put spaces between separators.
170170

171171
- 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)
172178

173179

174180

0 commit comments

Comments
 (0)