7 ms·
would it be possible to fuzz an arbitrary JSON schema with this? I’ve been looking for such a lib for a while now
by vrm 1y ago
would it be possible to fuzz an arbitrary JSON schema with this? I’ve been looking for such a lib for a while now
- r9295 1y agoIf you can translate the schema into native rust types, then yes! https://github.com/oxidecomputer/typify https://github.com/oxidecomputer/typify may help for starters. Please create an issue if you need further help with integration!