issues
search
FasterXML
/
jackson-databind
General data-binding package for Jackson (2.x): works on streaming API (core) implementation(s)
Apache License 2.0
3.53k
stars
1.38k
forks
source link
doc(README.md): fix wrong variable declared
#4732
Closed
dancer1325
closed
1 month ago
dancer1325
commented
1 month ago
Description
fix variable NOT declared
How to review?
Check
https://github.com/FasterXML/jackson-databind/blob/2.19/README.md?plain=1#L238-L243
ObjectMapper
instance is named
mapper
, not
f
Note
root cause of the commit
https://github.com/FasterXML/jackson-databind/commit/1aeabb5a0d2241ae0beb3c111714c30369e777ae
cowtowncoder
commented
1 month ago
Thank you @dancer1325 !
Description
How to review?
ObjectMapper
instance is namedmapper
, notf
Note