memtimintursun / aspjson

Automatically exported from code.google.com/p/aspjson
0 stars 0 forks source link

display JSON array #3

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
var json=[];
json[0]={'id':1, 'lat':-27.4654225912504, 'lng':153.064484596252 };
json[1]={'id':2, 'lat':-27.8687571980861, 'lng':153.349496126175 };
json[2]={'id':3, 'lat':-16.483817, 'lng':145.464688 };

I want a ASP code that creates the JSON array with same structure!!!

Help me!!!

Original issue reported on code.google.com by harprits...@yahoo.com on 30 Jul 2008 at 6:18

GoogleCodeExporter commented 8 years ago
Use Wiki comment for it. I answer to Wiki 
http://code.google.com/p/aspjson/wiki/Samples2

Original comment by tugrulto...@gmail.com on 30 Jul 2008 at 8:53