aws / aws-sdk-cpp

AWS SDK for C++
Apache License 2.0
1.96k stars 1.05k forks source link

fix JsonView:GetBool #2852

Closed jmklix closed 7 months ago

jmklix commented 7 months ago

Issue #, if available: https://github.com/aws/aws-sdk-cpp/issues/1731

Description of changes: Json Library uses type not valueint to determine if value is bool. ie. type '2' is true and type '1' is false. Fixed the return value for GetBool to take this into account.

Check all that applies:

Check which platforms you have built SDK on to verify the correctness of this PR.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.