jerkson
jerkson copied to clipboard
[ABANDONED] The Scala applewood bacon to Jackson's chicken breast: JSON cordon bleu.
Useful, e.g., if you have a case class or custom collection type that you want to specialize with @JsonValue and @JsonCreator instead of the jerkson defaults.
EitherDeserializer was reusing a JsonParser first when it attempted to parse the Left, then if that failed and it tried to parse the Right. If the Left and Right sides...
I spent a while puzzling over this line of code trying to figure out why it existed. After some quality time in the REPL and tracking back through the git...
This patch lets Jerkson work with parameterized case classes by extracting type parameters using javaType.containedType, stashing them in a Map, and passing them through to typeRef2JavaType. In turn, typeRef2JavaType will...
General fix for issue #Num: #41 (Parsing null in array fails for JValue). Works with existing tests, although it still seems unlikely that the `JsonToken.VALUE_NULL` case in the pattern match...