StaticGson
StaticGson copied to clipboard
Json Path
@SerializedName("foo.bar") public String bar;
Inspired by https://github.com/google/gson/issues/807
Is it possible to write a universal TypeAdapterFactory for JsonPath.I don't want to use annotations to generate bunch of TypeAdaters.