jsoncpp icon indicating copy to clipboard operation
jsoncpp copied to clipboard

Set non-JSON-schema-defined is<type> functions to reflect the internal data storage type

Open TTF2050 opened this issue 1 year ago • 0 comments

Closes #1361

Methods referencing schema-defined properties reflect the schema definitions. Methods referencing C++ data types reflect the underlying storage, as this is important for deciding how to extract a value without loss of precision. Using a combination of is<type> and isConvertibleTo methods should be sufficient for understanding whether a given value can be extracted as<type> with possible precision loss.

TTF2050 avatar Jun 15 '24 17:06 TTF2050