You basically have here an object, which contains an object that called topDrops inside it you have a string called week, and an array called player. Each object in this array contains a string called percent and a string called id. After that you have another two strings version and encoding.
I won't write you the whole parsing method, but I recommend you to go over this blog post I wrote on this subject, from it you can understand how to parse this object with what android gives you and using the Gson library, there is a project there you can download and experiment with.
JSON Parsing