I want to make it configurable, so that author can edit the json properties. Below is a scenario.E.g. JSON{"14": { "100": 12, "75" : "18", "50": "32"},"12": { "100": 12, "75" : "18", "50": "32"}} And with above JSON object, trying to retrieve JSON object based on matching value 14 or 12. Something w...