skip to Main Content

Convert content to text parsing JSON URL response

I've got a url where the result is shown as below "playerInfo": { "059gh": { "eligiblePos": "Flx3,G,Flx,Flx2,PG", "status": "FA" }, "04mr6": { "eligiblePos": "Flx3,G,Flx,Flx2,PG", "status": "FA" }, "059fz": { "eligiblePos": "Flx3,G,Flx,Flx2,PG", "status": "FA" }, "059fw": { "eligiblePos": "Flx3,G,Flx,Flx2,PG", "status": "FA"…

VIEW QUESTION

Javascript using parameter on an object

after a bit of guidance here as i think i'm getting myself confused ;) I have an object, an example below: { "_id": "63dd35e801ad6ada9a5eeb08", "name": "Joe Bloggs", "technicalCertification": true, "salesCertification": true, "salesCertificationExpiry": "2023-12-27T12:02:31.043Z", "techicalCertificationExpiry": "2024-09-29T12:02:48.254Z" } There may be more…

VIEW QUESTION
Back To Top
Search