Gson源码地址、jar包下载地址、使用教程

1、github地址
https://github.com/google/gson
2、jar包下载地址
https://search.maven.org/artifact/com.google.code.gson/gson/2.8.5/jar
Gson源码地址、jar包下载地址、使用教程_第1张图片
3、使用教程
https://www.jianshu.com/p/e740196225a4
很全

4、android gradle引用
	implementation 'com.google.code.gson:gson:2.8.6'
	建议去github找到最新的版本号

你可能感兴趣的:(Android,Java,android,java,gson,jar包下载,gson源码)