rcdmk / aspJSON

A fast classic ASP JSON parser and encoder for easy JSON manipulation to work with the new JavaScript MV* libraries and frameworks.
MIT License
203 stars 89 forks source link

how can I loop a JSON? #34

Closed erayuan closed 7 years ago

erayuan commented 7 years ago

Could you give a sample for loop the Json like [{"prop1":"value1", "prop2":"value2", "prop3":"value3"},{"prop1":"value10", "prop2":"value20", "prop3":"value30"}]

I receive a Json like this and need to loop and put them in database. Thank you.

erayuan commented 7 years ago

I found the way, must Parse them to be JSONArray.

rcdmk commented 7 years ago

Oh, sorry for the late response. I'm glad you made it.