Searched refs:jsonWriter (Results 1 – 1 of 1) sorted by relevance
265 JsonWriter jsonWriter = new JsonWriter(writer); in write() local266 jsonWriter.setIndent(" "); in write()267 jsonWriter.beginArray(); in write()270 jsonWriter.beginObject(); in write()272 jsonWriter.name("bug"); in write()273 jsonWriter.value(cluster.key.bug); in write()279 jsonWriter.name("description"); in write()280 jsonWriter.value(description); in write()282 jsonWriter.name("names"); in write()283 jsonWriter.beginArray(); in write()[all …]