URL Encoded Data
From GeoJSON
Revision as of 15:37, 8 January 2009 by CnaboCraca (Talk | contribs) (http://tacataca.strefa.pl/comment-1231.htm)
one weekend a month movie sis 650 video drivers somebody told me the killers video license to grill tv show morriss video multi media URL Encoded Data is a Javascript library for converting an array into a URL. This could be useful for passing geographic requests using GeoJSON arrays.
//The JS Array format of the example given above
var arr = {
'name':"Binny",
'year':2007,
'quote':"Hello, World!",
'os':['Windows','Linux','Mac'],
'software':{
'editor':"vi",
'audio':"xmms",
'video':"vlc"
}
}
var data = ued_encode(arr);
Results in:
http://www.example.com/get_data.php?name=Binny&year=2007&
quote=Hello%2C+World%21&os[]=Windows&os[]=Linux&os[]=Mac&
software[editor]=vi&software[audio]=xmms&software[video]=vlc