nvisium-jack-mannino / OWASP-GoatDroid-Project

*This project is no longer maintained* OWASP GoatDroid is a fully functional and self-contained training environment for educating developers and testers on Android security. GoatDroid requires minimal dependencies and is ideal for both Android beginners as well as more advanced users. The project currently includes two applications: FourGoats, a location-based social network, and Herd Financial, a mobile banking application. There are also several feature that greatly simplify usage within a training environment or for absolute beginners who want a good introduction to working with the Android platform. Download the built version here: https://github.com/jackMannino/OWASP-GoatDroid-Project/downloads
238 stars 98 forks source link

Fix ugly map marshaling into JSON #6

Closed nvisium-jack-mannino closed 10 years ago

nvisium-jack-mannino commented 11 years ago

Get rid of the map objects and use lists of models instead...makes parsing and working with the client-side JSON easier on the eyes (and less nested parsing junk).