Skip to content

Commit

Permalink
update: readme
Browse files Browse the repository at this point in the history
  • Loading branch information
remigermain committed Feb 7, 2023
1 parent 5fc6226 commit e68e987
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,12 @@ For this to work perfectly, you must follow the following rules:
- Don't put spaces between separators.

- By default, you can't set set duplicates keys (see options)

- You can set empty dict/list:
for empty list: `"article.authors[]": None` -> `{"article": {"authors": [] }}`
for empty dict: `"article.": None` -> `{"article": {} }`
`.` last dot for empty dict (availables in `dot`, `mixed` and `mixed-dot` options)
`[]` brackets empty for empty list (availables in `brackets`, `mixed` and `mixed-dot` options)



Expand Down

0 comments on commit e68e987

Please sign in to comment.