File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -102,6 +102,7 @@ For this working perfectly you need to follow this rules:
102102- each sub key need to be seperate by brackets ` [ ] ` or dot ` . ` (depends of your options)
103103- if sub key are a full number, is converted to list * ex:* ` [0] ` or ` [42] `
104104- if sub key is Not a number is converted to dictionary * ex:* ` [username] ` or ` [article] `
105+ - no space between separator
105106- by default,the duplicate keys can't be set (see options to override that)
106107 ex:
107108
Original file line number Diff line number Diff line change 2929setuptools .setup (
3030 name = "nested-multipart-parser" ,
3131 version = version ,
32- author = "Example Author " ,
32+ author = "rgermain " ,
3333 license = 'MIT' ,
34343535 description = "A parser for nested data in multipart form" ,
You can’t perform that action at this time.
0 commit comments