How to flatten nested data frames returned from jsonlite
问题 I am loading this JSON data with jsonlite <snip> "rawData": { "fortune": {}, "plaintext": {}, "db": {}, "update": { "duda": [ { "latencyAvg": "201.40us", "latencyMax": "727.00us", "latencyStdev": "54.85us", "totalRequests": 561810, "startTime": 1413890149, "endTime": 1413890164 } ] }, "json": { "duda": [ { "latencyAvg": "201.40us", "latencyMax": "727.00us", "latencyStdev": "54.85us", "totalRequests": 561810, "startTime": 1413890149, "endTime": 1413890164 } ] }, "query": {} } Which results in