I have a JSON file which contains data like the following:
{\"posts\": [ { \"title\":\"1\", \"url\":\"n1.png\" }, { \"title\":\"2\", \"url\":\"n2.p
First once you have all the json data, you need to traverse them. For that,
**$.each(data, function (i, data) { if (data.title >= "textBox1Value" && item.title <= "textBox2Value") //then the data; });**