Skip to content

Instantly share code, notes, and snippets.

@adityawid
Created May 1, 2020 13:32
Show Gist options
  • Save adityawid/bd968081ce1b9d06dfc53f0f8ff9d156 to your computer and use it in GitHub Desktop.
Save adityawid/bd968081ce1b9d06dfc53f0f8ff9d156 to your computer and use it in GitHub Desktop.
import com.google.gson.JsonObject;
import com.google.gson.JsonParser;
JsonObject jobject = new JsonParser().parse(sampleWordpressJson).getAsJsonObject();
JsonObject data = jobject.getAsJsonObject("data");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment