0

I am attempting to extract data from a JSON output utilizing JMESPath that does not contain a key for the list and I am currently unable to extract this data properly. I have attempted to use "[]." as the extractor for this information but the system will not allow these entries. I'm wondering is there any way to force a value as the key as I have been able to do this with data inside the JSON and creating key values, or if I'm overlooking this completely. Any help is appreciated!

[
    {
        "IndicatorName": "...",
        "IndicatorValue": "...",
        "iCount": ...,
        "cCount": ...,
        "myC": "...",
        "dispositioned": "...",
        "dateOfDisposition": ...,
    }
]

0 Answers0