I have a JSON file which contains data like the following:
{\"posts\": [ { \"title\":\"1\", \"url\":\"n1.png\" }, { \"title\":\"2\", \"url\":\"n2.p
Read the json into an object/arr the parseJson function of jquery(http://api.jquery.com/jQuery.parseJSON/) and the try to splice the array using the splice function() Just make a copy of the object and splice that one.