Home
last modified time | relevance | path

Searched defs:JSON (Results 1 – 2 of 2) sorted by relevance

/expo/packages/@expo/metro-config/src/serializer/
H A DenvironmentVariableSerializerPlugin.ts98 .map((key) => `${JSON.stringify(key)}: { value: ${JSON.stringify(process.env[key])} }`) constant
/expo/android/app/src/androidTest/java/host/exp/exponent/utils/
H A DTestServerUtils.kt27 private val JSON = MediaType.parse("application/json; charset=utf-8") constant