Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove GSON lib #1355

Merged
merged 1 commit into from Apr 29, 2018
Merged

Remove GSON lib #1355

merged 1 commit into from Apr 29, 2018

Conversation

acrosca
Copy link

@acrosca acrosca commented Apr 28, 2018

No description provided.

@theScrabi
Copy link
Member

theScrabi commented Apr 29, 2018

Could you please giva a description, for example why to remove the gson lib.

@acrosca
Copy link
Author

acrosca commented Apr 29, 2018

Removing GSON reduces method count (1345), apk size (188Kb).

The project does not need a large and powerful JSON parser to serialize/deserialize a single class.
Having fewer dependencies is a good thing.

@ghost
Copy link

ghost commented Apr 29, 2018

Yeah, and it's also weird that we use another JSON parser in NewPipeExtractor.

@theScrabi
Copy link
Member

theScrabi commented Apr 29, 2018

All right. @wb9688 is there a json parser embedded in OpenJDK?

@theScrabi theScrabi merged commit b494b2e into TeamNewPipe:dev Apr 29, 2018
@acrosca acrosca deleted the remove_gson branch May 5, 2018 16:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants