1config BR2_PACKAGE_PYTHON_FLASK_EXPECTS_JSON 2 bool "python-flask-expects-json" 3 depends on BR2_PACKAGE_HOST_RUSTC_TARGET_ARCH_SUPPORTS # python-jsonschema -> python-rpds-py 4 select BR2_PACKAGE_PYTHON_FLASK # runtime 5 select BR2_PACKAGE_PYTHON_JSONSCHEMA # runtime 6 help 7 Decorator for REST endpoints in flask. Validate JSON request 8 data. 9 10 https://github.com/fischerfredl/flask-expects-json 11