JavaDoc for com.google.gson.stream.JsonReader#endObject reads:
/**
* Consumes the next token from the JSON stream and asserts that it is the
* end of the current array.
*/
while I would expect something like
/**
* Consumes the next token from the JSON stream and asserts that it is the
* end of the current object.
*/
version: 2.1
Original issue reported on code.google.com by kirill.s...@gmail.com on 10 Nov 2012 at 9:51
Original issue reported on code.google.com by
kirill.s...@gmail.com
on 10 Nov 2012 at 9:51