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

Method endObject

src/main/java/com/google/gson/stream/JsonReader.java:313–315  ·  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

311 * end of the current array.
312 */
313 public void endObject() throws IOException {
314 expect(JsonToken.END_OBJECT);
315 }
316
317 /**
318 * Consumes {@code expected}.

Callers 6

testReadObjectMethod · 0.95
testReadEmptyObjectMethod · 0.95
testSkipObjectMethod · 0.95
testHelloWorldMethod · 0.95

Calls 1

expectMethod · 0.95

Tested by 6

testReadObjectMethod · 0.76
testReadEmptyObjectMethod · 0.76
testSkipObjectMethod · 0.76
testHelloWorldMethod · 0.76