jerkson
jerkson copied to clipboard
Add support for parsing null values inside JSON arrays
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.