Jackson JSON User Group

JSON in Java the Right Way -- Action, Jackson!

Latest Activity

tony kerz posted a discussion

how do i register a BeanDeserializerModifier?

sorry if i'm being dense, but i'm having trouble registering a BeanDeserializerModifier.i'm working with the latest version available in maven central (1.9.6),and i'm trying:objectMapper.getDeserializerProvider().withDeserializerModifier(deserializationModifier);which doesn't seem to be taking.should that work, or am i missing something?thanks,tony...See More
16 hours ago
tony kerz is now a member of Jackson JSON User Group
16 hours ago
Mo replied to Mo's discussion Double quotes
"Please diregard. I do see the quotes. For some reason search wasn't working and I overlooked"
yesterday
Mo posted a discussion

Double quotes

Is this expected of Json to insert double quotes? Is there a way to disable that? I guess not. { "attributes" : [      { "base64" : true,        "encrypted" : true,        "name" : "ssn",        "value" : "EAAgfyaxpzdfcfv9Qexq1WtGvA=="      },      { "base64" : false,        "encrypted" : false,        "name" : "deviceId",        "value" : "aass11234aaaxxxCC"      }    ],  "version" : 1337298622093} I am using it to index docs in elasticsearch and all the examples they have don't use double…See More
yesterday
Tatu Saloranta posted a blog post

2.0.2 maintenance versions released, mostly

Quick note: after various fixes to different components, 2.0.2 maintenance versions have been released for most components. Unlike 2.0.1, which was released for a smaller set (trying to target specific issues), 2.0.2 is targeted for all extensions.In addition, I am also trying to beef up github project pages to at least include basic usage information and javadocs.One other things to be done immediately after these maintenance releases is to open up 'master' branch of core components for 2.1…See More
Thursday
Deepak is now a member of Jackson JSON User Group
Wednesday
Bojan Kraut replied to Bojan Kraut's discussion How to make general json deserializer?
"I'll try it out and let you know. Thanks."
May 11
Tatu Saloranta replied to Bojan Kraut's discussion How to make general json deserializer?
"The only way I can think of would be for deserializer to implement ContextualDeserializer; if so, after initial instance of deserializer is constructed, its 'createContextual()' method is called. One of arguments (BeanProperty) allows you…"
May 10

[SPACE FOR SALE -- AdBrite sucks!]

Members

 

Blog Posts

Jackson 2.0.0 released!

Posted by Tatu Saloranta on March 26, 2012 at 11:02pm 0 Comments

Serializing null strings to empty strings

Posted by VG on February 1, 2012 at 10:24am 1 Comment

convert json string to hash map

Posted by Simi on December 5, 2011 at 9:18pm 1 Comment

Deserialise help?

Posted by Dick on December 2, 2011 at 12:38pm 9 Comments

Object mapper

Posted by Simi on December 1, 2011 at 10:50pm 1 Comment

Jackson 1.9 feature overview

Posted by Tatu Saloranta on October 11, 2011 at 9:05pm 0 Comments

Jackson 1.9 released!

Posted by Tatu Saloranta on October 4, 2011 at 9:22pm 0 Comments

 
 
 

© 2012   Created by Tatu Saloranta.   Powered by .

Badges  |  Report an Issue  |  Terms of Service