I've tried a ton of combos on this handy tool here: https://jqplay.org But I can't seem to get the piece I need. Here's my JSON:
{
"data": {
"translations": [
{
"translatedText": "El rápido zorro marrón saltó sobre el perro perezoso."
}
]
}
}
I'm trying to get just this part "El rápido zorro marrón saltó sobre el perro perezoso." without quotes.
The closest I got was with this:
.data.translations
(but this fails to get what I'm looking for) Any help would be great, thanks.
I got flagged for a duplicate question, but this isn't using Javascript.