Getting the path of a value in JSON using javascript
Let's say I have a JSON file like so (char_table.json): { "char_285_medic2": { "name": "Lancet-2", "description": "Restores the HP of allies and ignores the Deployment Limit, but has a long Redeployment Time", "canUseGeneralPotentialItem": false, "canUseActivityPotentialItem": false }, "char_291_aglina": { "name":…