Config.in 304 B

123456789
  1. config BR2_PACKAGE_PYTHON_FLASK_EXPECTS_JSON
  2. bool "python-flask-expects-json"
  3. select BR2_PACKAGE_PYTHON_FLASK # runtime
  4. select BR2_PACKAGE_PYTHON_JSONSCHEMA # runtime
  5. help
  6. Decorator for REST endpoints in flask. Validate JSON request
  7. data.
  8. https://github.com/fischerfredl/flask-expects-json