i have this json :
{"name0":"value","name1":"value","name2":"value","name3":"value","name4":"value"}
as you can see "name" incremente in each value, how can I acces to each value in jquery,
i know , that I can acces to a single value with : json.name1 for example but name is a incrementable variable . i need all values to put all on a html list, but this value maybe be 1 or 100
need I a special java script library, or something??
how can i access to each value??