Fixed allowDroppedNullPlaceholders in Readers.
Pre-release
      Pre-release
    
        The odd allowDroppedNullPlaceholders feature of Readers (corresponding to dropNullPlaceholders in Writers) can be helpful when parsing javascript as JSON, when null elements have been discarded.
This release fixes the Reader for several cases of the missing null. However, we do not guarantee that all corner cases are covered.