We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb35e7b commit 205255fCopy full SHA for 205255f
release-notes/VERSION-2.x
@@ -17,9 +17,11 @@ JSON library.
17
2.13.0 (not yet released)
18
19
#664: Add `StreamWriteException` type to eventually replace `JsonGenerationException`
20
-#671: Add `getCurrentLocation()`/`getTokenLocation()` to replace
21
- `currentLocation()`/`currentTokenLocation()`
+#671: Replace `getCurrentLocation()`/`getTokenLocation()` with
+ `currentLocation()`/`currentTokenLocation()` in `JsonParser`
22
#673: Replace `JsonGenerator.writeObject()` (and related) with `writePOJO()`
23
+#674: Replace `getCurrentValue()`/`setCurrentValue()` with
24
+ `currentValue()`/`assignCurrentValue()` in `JsonParser`/`JsonGenerator
25
26
2.12.1 (08-Jan-2021)
27
0 commit comments