Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bug #6552 Typo fix in the Serializer deserialization example for exis…
…ting object (fre5h) This PR was merged into the 2.7 branch. Discussion ---------- Typo fix in the Serializer deserialization example for existing object | Q | A | ------------- | --- | Doc fix? | yes | New docs? | no | Applies to | 2.7+ | Fixed tickets | N/A Just found a small typo in the comment with result values of deserialization. As the init value of the `age` of the `person` is 99, then after deserializing the existing `person` object it is 69. But in comment it is still 99 `// $jsonContent contains {"name":"foo","age":99,"sportsman":false}` Commits ------- 44ecd19 Typo fix in the Serializer deserialization example
- Loading branch information