delphi XE3: how to send/get JSON data, jquery like? -
i jquery developer. see delphi has libraries superobject json parsing.
my question : closest way (the quickest) send/get json in jquery ajax ($.getjson, $.get, $.post) ?
i need application communicate webserver (sending , getting objects)
regards
you're conflating 2 separate topics. first how transfer data on web, , second how deal data once have them.
to send , receive network commands, can try 1 of several free libraries available, indy, ics, or synapse.
once have data, can process like. if have json-formatted data, can use superobject or other json library. if fetched xml, can use xml library. other kind of data might load.
the networking libraries , data-processing libraries tend separate things in delphi ecosystem.
Comments
Post a Comment