Skip to content

Tags: suzhengguang/jsoncpp

Tags

1.6.2

Toggle 1.6.2's commit message
1.6.2 <- 1.6.1

Fix UTF-8 for old (deprecated) Writers.

* Do not truncate at embedded zeroes.

0.10.2

Toggle 0.10.2's commit message
partially revert 'Added features that allow the reader to accept comm…

…on non-standard JSON.'

revert '642befc836ac5093b528e7d8b4fd66b66735a98c',
but keep the *added* methods for `decodedNumber()` and `decodedDouble()`.

1.6.1

Toggle 1.6.1's commit message
1.6.1 <- 1.6.0

0.10.1

Toggle 0.10.1's commit message
partially revert 'Added features that allow the reader to accept comm…

…on non-standard JSON.'

revert '642befc836ac5093b528e7d8b4fd66b66735a98c',
but keep the *added* methods for `decodedNumber()` and `decodedDouble()`.

1.6.0

Toggle 1.6.0's commit message
Merge pull request open-source-parsers#221 from btolfa/forgotten-virt…

…ual-dtor

Added forgotten virtual dtor for `Json::CharReader::Factory`.

(Without this, the destructor of the derived `CharReaderBuilder` would not be called, which is a small memory leak.)

0.10.0

Toggle 0.10.0's commit message
partially revert 'Added features that allow the reader to accept comm…

…on non-standard JSON.'

revert '642befc836ac5093b528e7d8b4fd66b66735a98c',
but keep the *added* methods for `decodedNumber()` and `decodedDouble()`.

1.5.4

Toggle 1.5.4's commit message
delete debug code from test

0.9.4

Toggle 0.9.4's commit message
partially revert 'Added features that allow the reader to accept comm…

…on non-standard JSON.'

revert '642befc836ac5093b528e7d8b4fd66b66735a98c',
but keep the *added* methods for `decodedNumber()` and `decodedDouble()`.

0.8.4

Toggle 0.8.4's commit message
partially revert 'Added features that allow the reader to accept comm…

…on non-standard JSON.'

revert '642befc836ac5093b528e7d8b4fd66b66735a98c',
but keep the *added* methods for `decodedNumber()` and `decodedDouble()`.

1.4.4

Toggle 1.4.4's commit message
1.4.4 < 1.4.3

* fixed Readers when `allowDropNullPlaceholders`