Is it possible to generate hashmap for JSON object in javascript/jquery? I've complex and big JSON object. I've to loop through it to filter data based on timings.
What is will be best and optimum approach to get data from JSON/hash map?
Thanks in advanced.