Skip to content

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) ๐Ÿค“

Plug and playยค

  • Seamless integration with FastAPI, check out the demo code ๐Ÿš€
  • Standardize on JSON schema and output to any file format, check out the demo code ๐Ÿ“ฆ