jgilfelt / chuck

An in-app HTTP inspector for Android OkHttp clients
Apache License 2.0
4.68k stars 452 forks source link

Can i change the core GSON to some other json Parser library #22

Closed aldefy closed 7 years ago

aldefy commented 7 years ago

Hi , i use logan square as my primary json parsing library , this library is dependent on GSON , can i change this ?

jgilfelt commented 7 years ago

No. How exactly is the Gson dependency conflicting with your use of another library?

aldefy commented 7 years ago

Its just im trying to reduce the app size , ur library is super helpful , but GSON is just an additional dependencies im looking to avoid , but i guess i can use it as is