Closed lambdahands closed 6 years ago
Good catch! The docs were out of sync and fixed now.
We removed the automatic option map coercion into object-mapper
both to make the functions bit faster and to make the cost of configuration visible. Creation of object-mapper
has a cost and it should be created once and reused in encoding & decoding.
Awesome, thanks for the quick response! 😄
Hi there,
I was trying out
jsonista
, and I noticed the docstrings forread-value
andwrite-value
state:I'm able to pass in an
ObjectMapper
with no issues:However, if I only pass a map I get an error: