Skip to content

Fixed allowDroppedNullPlaceholders in Readers.

Pre-release
Pre-release
Compare
Choose a tag to compare
@cdunn2001 cdunn2001 released this 03 Mar 15:09

(Based on 1.4.4)

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.

Also, re-add Json::Value::null for binary-compatibility.