user1526659
user1526659

Reputation:

Server requests / JSON parsing

What can you recommend in terms of tools for requesting a server and parsing received JSON data? Apart from simple parsing, I might want to map those responses to objects.

Upvotes: 1

Views: 137

Answers (1)

chubbsondubs
chubbsondubs

Reputation: 38696

Flexjson works on Android for this exact purpose.

http://flexjson.sourceforge.net

Upvotes: 1

Related Questions