Skip to content

Instantly share code, notes, and snippets.

@krayong
krayong / FieldLevelJsonParsingProfiler.kt
Created June 16, 2025 20:12
Field-Level JSON Parsing Profiler for Retrofit
import android.content.ContentValues
import android.content.Context
import android.os.Build
import android.os.Environment
import android.provider.MediaStore
import com.google.gson.JsonArray
import com.google.gson.JsonElement
import com.google.gson.JsonObject
import com.google.gson.JsonParser
import com.google.gson.internal.Streams