json-fuzz-generator
json-fuzz-generator copied to clipboard
fuzz parameter generator from json-schema
Results
2
json-fuzz-generator issues
Sort by
recently updated
recently updated
newest added
- [x] テストスイートJSON-Schemaとそれを使ったテストを書く - [x] 上記テストが通るように実装 - [ ] リファクタリング - いろいろハッシュで持ってるので、Classにした方がいいだろう - キャッシュの有無のオプションなど - [ ] 生成パラメータの質を上げる - [ ] ユーザが生成されるパラメータを追加できる仕組み
See https://github.com/voxpupuli/json-schema/issues/423#issuecomment-1728487278 I'm mostly opening this for visibility, as I think it makes sense to use a piggy-backed namespace like `json_schemer-fuzz` instead of the one used here. Since this is...