aboutsummaryrefslogtreecommitdiff
path: root/gson/src/main/java/com/google/gson/internal/bind/JsonTreeReader.java
AgeCommit message (Expand)Author
2022-12-13Code cleanup (#2282)Maicol
2022-10-30Add 2.10 changes to CHANGELOG; minor release follow-ups (#2229)Marcono1234
2022-10-24Small tweaks to fix Error Prone warnings. (#2227)Éamonn McManus
2022-10-10Improve `JsonReader.skipValue()` (#2062)Marcono1234
2022-08-08Fix JsonTreeReader throwing wrong exception type for non-finite doubles (#1782)Marcono1234
2022-08-04Deprecate JsonElement constructor (#1761)Marcono1234
2022-01-27Fix JsonReader.hasNext() returning true at end of document (#2061)Marcono1234
2021-11-01Make default adapters stricter; improve exception messages (#2000)Marcono1234
2021-10-25Fix missing bounds checks for JsonTreeReader.getPath() (#2001)Marcono1234
2021-10-11Improve number strategy implementation (#1987)Marcono1234
2021-08-30Fix formattingSimon Guerout
2021-08-30Make the nextJsonElement more robustSimon Guerout
2021-08-30Improve the speed of the JSON_ELEMENT TypeAdapter when the object graph has a...Simon Guerout
2019-03-05Optimize array copiesDegubi
2017-02-15Fix ArrayIndexOutOfBoundsException when skipping a value with JsonTreeReader ...André Rouél
2016-06-10Implement JSON Path for JsonTreeReader.Jake Wharton
2011-12-03renamed JsonElementReader to JsonTreeReaderInderjeet Singh