Parsing JSON in Google Sheets
问题 I'm working with JSON for the first time, so please excuse my lack of knowledge. I'm trying to use a JSON file to populate data in a Google Sheet. I just don't know the right syntax. How can I format a JSON function to properly access the data and stop returning an error? I'm trying to pull data from here: https://eddb.io/archive/v6/bodies_recently.jsonl into a Google Sheets. I've got the ImportJSON script loaded and I've tested it with a really small JSON file (http://date.jsontest.com/) and