Hi-hi Meltano users! I'm fetching a relatively com...
# best-practices
a
Hi-hi Meltano users! I'm fetching a relatively complex json from a third party API thant looks something like this
Copy code
[{
"symbol": "AAPL",
"Financials": {
   "Balance_Sheet": {
      "quarterly": {
           "0": {
              "cash": 100
           },
           "1": {
              "cash": 100
           }
      }
   }
}
}]