I need some advice about JSON parsing on the client side for an Android/iOS hybrid app. I'm currently using CouchDB as the main database. The problem is that each response of the DB is ~1200 lines of JSON, which needs to be parsed, however, I'm only using around 5% of it. I need some advice about JSON parsing on the cl