My steps: 1.) Query Overpass API and download the JSON output by this URL
https://www.overpass-api.de/api/interpreter?data=[out:json];node[route=bus];way[route=bus];relation[route=bus](52.5,13.3,52.5,13.4);out;
2.) Loading this JSON into QGIS
Issue: QGIS 3.x says, that this JSON cannot be read.
My ideal approach is to not use QuickOSM or other tools in between.
Do I miss any ETL from JSON output to QGIS?