Skip to content

Commit 783e44f

Browse files
authored
Add credits to README.md
1 parent 0e0f0a8 commit 783e44f

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

+8
Original file line numberDiff line numberDiff line change
@@ -391,3 +391,11 @@ _From [this post](https://www.reddit.com/r/Python/comments/1bbbwk/comment/c95cjs
391391
> While there's nothing stopping people from doing an 'import stuff.bigstuff.Stuffometer' or 'import stuff.privateStuff.HiddenStuff', they'll at least know they're peeking behind the curtain at that point.
392392
>
393393
> Rather than being implicit, I find it's rather explicit.
394+
>
395+
396+
397+
## Credits
398+
399+
jsonschema-fill-default is by Lars Maxfield
400+
401+
Recursive filling of `"properties"` based on [Tom-tbt](https://stackoverflow.com/users/10712860/tom-tbt)'s answer to [Set default values according to JSON schema automatically](https://stackoverflow.com/questions/72044825/set-default-values-according-to-json-schema-automatically) on Stack Overflow.

0 commit comments

Comments
 (0)