StaticGson icon indicating copy to clipboard operation
StaticGson copied to clipboard

Json Path

Open gfx opened this issue 9 years ago • 1 comments

@SerializedName("foo.bar") public String bar;

Inspired by https://github.com/google/gson/issues/807

gfx avatar Mar 12 '16 14:03 gfx

Is it possible to write a universal TypeAdapterFactory for JsonPath.I don't want to use annotations to generate bunch of TypeAdaters.

futurexiong avatar May 06 '16 01:05 futurexiong