This should prevent a compile warning when building against nlohmann json.hpp v3.8.0 or greater, which add an extra value_t kind for binary data, without requiring a newer version to build.
Fixes #1031.
Ref #926 which was a previous attempt to fix this compiler warning, and #1023 which reverted that previous attempt.
This should prevent a compile warning when building against nlohmann json.hpp v3.8.0 or greater, which add an extra value_t kind for binary data, without requiring a newer version to build.
Fixes #1031.
Ref #926 which was a previous attempt to fix this compiler warning, and #1023 which reverted that previous attempt.