We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f79d71e commit d065b1dCopy full SHA for d065b1d
README.md
@@ -127,7 +127,7 @@ There are many customizable features you can use with `JSON` object; see [Full L
127
String json = JSON.std
128
.with(JSON.Feature.PRETTY_PRINT_OUTPUT)
129
.without(JSON.Feature.FAIL_ON_DUPLICATE_MAP_KEYS)
130
- .writeValue(...);
+ .asString(...);
131
```
132
133
## License
@@ -142,7 +142,7 @@ You can use Maven dependency like:
142
<dependency>
143
<groupId>com.fasterxml.jackson.jr</groupId>
144
<artifactId>jackson-jr-objects</artifactId>
145
- <version>2.5.0</version>
+ <version>2.5.3</version>
146
</dependency>
147
148
0 commit comments