If I have a static json file on my server, is it possible to extract only the required section of the json data using javascript without downloading the whole json file?
I understand that I can use serverside technologies to dynamically generate json data to based on what I want, but I just wanted to know if javascript can be used to extract data from a server json file without downloading the whole thing?