std_data_json
std_data_json copied to clipboard
chore: Clear up deprecations through the code base
Replaces approxEqual with isClose and add pure to doubleValue as it was otherwise failing to compile. As void initialization of bool is no longer safe, this led to two other minor code adjustments.