Niels Lohmann

Results 244 comments of Niels Lohmann

We already have two versions for const references and rvalues. Unfortunately, it seems to depend on the compiler and C++ standard which version is used, so I am currently struggling...

Is adding file `MODULE.bazel` really necessary?

I personally do not maintain any of the package manager integrations. Hence I am reluctant to having these files in the repository.

But isn't https://github.com/nlohmann/json/releases/tag/v3.11.3 signed?

I currently plan no release. I will get back to you before next time to understand what you need.

I am a bit concerned that adding overflow exceptions (though correct) are changing the behavior of the library in a breaking (and maybe also surprising) way.

Your JSON value does not satisfy the requirements for unflatten, see https://json.nlohmann.me/api/basic_json/unflatten/

The flattened version of your JSON value would be ```json { "/SettingsRequest/ApplicationError/0": "1", "/SettingsRequest/ApplicationError/1": "No ACK", "/SettingsRequest/ApplicationError/2": "2", "/SettingsRequest/ApplicationError/3": "No ACK", "/SettingsRequest/ApplicationError/4": "3", "/SettingsRequest/ApplicationError/5": "No ACK", "/SettingsRequest/ApplicationError/6": "4", "/SettingsRequest/ApplicationError/7": "No...

Sorry for the late response. I will check your branch now.