Skip to content

Change is_bool method to is_boolean to match nlohmann::json

Daniel Joseph Antrim requested to merge dantrim/variant:dantrim into master

This MR switches the is_bool method defined in this package to is_boolean. This is motivated by nlohmann::json's method being named is_boolean and so the API remains consistent between the two.

Merge request reports