1config 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 9 https://github.com/fischerfredl/flask-expects-json 10