Error 302: type must be number, but is it number #4374
Labels
kind: bug
state: needs more info
the author of the issue needs to provide more details
state: stale
the issue has not been updated in a while and will be closed automatically soon unless it is updated
Description
Just compiled and installed the last version of nlohmann_json library with CMake.
I was reading JSON documents from Mongo. Converted Mongo documents to
nlohmann_json::json
s.after compiling and running it, I got this error:
type must be number, but is it number
.Reproduction steps
Expected vs. actual results
I expected an integer to be printed. As simple as that.
Minimal code example
Error messages
Compiler and operating system
Debian with g++-11
Library version
3.11.3
Validation
develop
branch is used.The text was updated successfully, but these errors were encountered: