Data Sources

To simplify the implementation of your custom generators

Used for json providers

There are 3 data sources

  1. file
source:
  type: file
  path: you_path
  1. stdin
source:
  type: stdin
  1. inline
source:
  type: inline
  data: |
    {"you": "json"}