Home
last modified time | relevance | path

Searched refs:jsonStringWithoutComments (Results 1 – 1 of 1) sorted by relevance

/external/icu/tools/srcgen/currysrc/src/main/java/com/google/currysrc/processors/
DAddAnnotation.java123 String jsonStringWithoutComments = in fromJsonFile() local
127 try (JsonReader reader = gson.newJsonReader(new StringReader(jsonStringWithoutComments))) { in fromJsonFile()