I want to know if the json of firebase real database are jsons because there is an id in front of each object. Always i had the id as a one attribute more of the object, but no like this, and i don't know if i can't change or how to manage jsons like this. I want in python to convert this in csv and with this format i dont know how. I also want to create a string array with all the field pregutas but i dont know how i can do it because there is an id . Can anybody help me ?? maybe i can change the config in firebase i dont know
{
      "-MNix6aRlRNhKx7BkWxN": {
        "pregunta": "Hago los deberes", 
        "respuesta": 1
      }, 
      "-MNixa7sMvm-Q_vg33Bm": {
        "pregunta": "Salto desde un puente ?", 
        "respuesta": 0
      }, 
      "-MNixiWz0ChWsPbs0KS5": {
        "pregunta": "Le pido de salir a mi crush ?", 
        "respuesta": 1
      }, 
      "-MNixnIqTeDU36slCVcX": {
        "pregunta": "Me fumo un piti", 
        "respuesta": 0
      }, 
      "-MNixszgq98myndY0lfw": {
        "pregunta": "Me ducho ahora mismo ?", 
        "respuesta": 1
      }, 
      "-MO13tm0dpmtogdw6ZCQ": {
        "pregunta": "Voy a ser papa?", 
        "respuesta": 0
      }, 
      "-MO1Q7NVvqO76cgjfJAV": {
        "pregunta": "Esto esta avanzando aunque sea lento?", 
        "respuesta": 0
      }, 
      "-MO1QCvTWUk6LlztWY91": {
        "pregunta": "Voy a morir ma\u00f1ana", 
        "respuesta": 0
      }
    }
 
     
    