This is probably not a bug, but I'm wondering if getJSON would allow me to get all the keys and their associated ID values for json like this:
{
"result": "success",
"shortcuts": {
"Meet in the Middle": {
"id": 805,
"published": "true"
},
"Read this to me!": {
"id": 1083,
"published": "true"
},
"Countdown to US Election": {
"id": 331,
"published": "true"
},
"Shortcut Info": {
"id": 3772,
"published": "true"
},
"VPN Manager": {
"id": 4431,
"published": "true"
},
"Wake Mac": {
"id": 4460,
"published": "true"
},
"Clean Apple News Links": {
"id": 4234,
"published": "true"
},
"Lock my Mac": {
"id": 4428,
"published": "true"
},
"ETA": {
"id": 4272,
"published": "true"
},
"Download NPR": {
"id": 330,
"published": "true"
},
"Put Mac to Sleep": {
"id": 4409,
"published": "true"
},
"Backup to Mac": {
"id": 1048,
"published": "true"
},
"Remember Where I Parked": {
"id": 4558,
"published": "true"
},
"Share Availability": {
"id": 5326,
"published": "true"
},
"Insert CSS in a Web page (ala bookmarklet)": {
"id": 1276,
"published": "true"
},
"NPR by Voice": {
"id": 1224,
"published": "true"
},
"Earthquakes": {
"id": 3162,
"published": "true"
},
"Open in Browser": {
"id": 421,
"published": "true"
},
"Call This": {
"id": 1655,
"published": "true"
},
"Add to Calendar": {
"id": 4329,
"published": "true"
},
"Copy Values Only Google Sheets": {
"id": 4403,
"published": "true"
},
"Local Info": {
"id": 4159,
"published": "true"
},
"Add to Contacts": {
"id": 1216,
"published": "true"
},
"Map this": {
"id": 792,
"published": "true"
},
"Volume": {
"id": 1295,
"published": "true"
},
"Share Contact": {
"id": 3680,
"published": "true"
}
}
}
This is probably not a bug, but I'm wondering if getJSON would allow me to get all the keys and their associated
IDvalues for json like this: