jsf Featuresยค
jsf gives you the following:
Based on open standardsยค
- Provides out of the box data generation from any JSON schema ๐ฆ
- In memory conversion from JSON Schema to Pydantic Models with generated examples ๐คฏ
- Inbuilt validation of fake JSON produced against the JSON schema โ
Ability to extend the standard to maximize realness of the fake dataยค
- Extendable custom data providers using any lambda functions ๐
- Multi level state for dependant data (eg multiple objects sharing value, such as children with same surname) ๐ค