FasterXML / jackson-databind

General data-binding package for Jackson (2.x): works on streaming API (core) implementation(s)
Apache License 2.0
3.52k stars 1.38k forks source link

deserialze map values based on key name #3213

Open sabareeshkkanan opened 3 years ago

sabareeshkkanan commented 3 years ago

I was trying make use of custom deserializer to do this but i am not sure how to iterate through the Json node to get the key and serialized value.

cowtowncoder commented 3 years ago

I am not sure what exactly is being requested here.

But usage questions (like help in writing custom deserializers), mailing list/chat are the way to go -- issue tracker is for reporting bugs and suggesting specific new features: