Searched defs:JSON (Results 1 – 2 of 2) sorted by relevance
98 .map((key) => `${JSON.stringify(key)}: { value: ${JSON.stringify(process.env[key])} }`) constant
27 private val JSON = MediaType.parse("application/json; charset=utf-8") constant