Format change to convert to .csv

Viewed 15

we are getting this through an API and

  1. Dont understand the format

  2. How to parse and convertit to .csv pls.

    { "data": { "malwareCountFilters": [ { "count": 0, "filter": "needsAttention" }, { "count": 37, "filter": "KnownMalware" }, { "count": 0, "filter": "UnknownMalware" }, { "count": 46, "filter": "FilelessMalware" }, { "count": 0, "filter": "ApplicationControlMalware" } ], "totalCount": 83 }, "expectedResults": 0, "failedServersInfo": null, "failures": 0, "hidePartialSuccess": false, "message": "", "status": "SUCCESS" }

0 Answers
Related