Flatten
Flatten copied to clipboard
Flatten json response with Flatten & Gson
Results
1
Flatten issues
Sort by
recently updated
recently updated
newest added
Hello there, I'm experiencing an issue with the following structure: Json ``` json { "coord": { "lat": 32.123, "lon": 32,123 } } ``` Pojo ``` java package com.example; import com.google.gson.annotations.SerializedName;...