Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Add support for parsing null values inside JSON arrays #48

Open
wants to merge 3 commits into
base: development
Choose a base branch
from

Conversation

dkristian
Copy link

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 was unintentionally omitted.

Neil Sanchala and others added 3 commits February 23, 2012 20:10
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 look similar enough that the nextToken method
was ever called on the parser, then the parsing of the Right could fail.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant