Consumes the next token from the JSON stream and asserts that it is the end of the current array.
()
| 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 |