MCPcopy Index your code
hub / github.com/google/gson / endArray

Method endArray

src/main/java/com/google/gson/stream/JsonReader.java:297–299  ·  view source on GitHub ↗

Consumes the next token from the JSON stream and asserts that it is the end of the current array.

()

Source from the content-addressed store, hash-verified

295 * end of the current array.
296 */
297 public void endArray() throws IOException {
298 expect(JsonToken.END_ARRAY);
299 }
300
301 /**
302 * Consumes the next token from the JSON stream and asserts that it is the

Callers 15

testReadMixedStreamedMethod · 0.95
testReadArrayMethod · 0.95
testReadEmptyArrayMethod · 0.95
testHelloWorldMethod · 0.95
testDoublesMethod · 0.95
testLongsMethod · 0.95
testBooleansMethod · 0.95
testMixedCaseLiteralsMethod · 0.95

Calls 1

expectMethod · 0.95

Tested by 15

testReadMixedStreamedMethod · 0.76
testReadArrayMethod · 0.76
testReadEmptyArrayMethod · 0.76
testHelloWorldMethod · 0.76
testDoublesMethod · 0.76
testLongsMethod · 0.76
testBooleansMethod · 0.76
testMixedCaseLiteralsMethod · 0.76