-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: more flexible JSON parsing (#8345)
* support struct parsing * wip * support eip712 strings * feat: "vm.parseJsonType" * chore: docs * clippy * serialize * forge bind-json * make lib internal * fixes * fix docs * rm redundant filter * clippy * generate more helpers * add test * typo * refactor a bit * fmt * config section * add out arg * rm cfg(ignore) * increase depth for failing test * move proptest to workspace * use write * review fixes * fix tests * use GlobMatcher in config * fix tests * fmt
- Loading branch information
Showing
29 changed files
with
1,513 additions
and
119 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -261,3 +261,5 @@ tower = "0.4" | |
tower-http = "0.5" | ||
# soldeer | ||
soldeer = "0.2.17" | ||
|
||
proptest = "1" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.