Luca Passarella
Luca Passarella
How it can be done with the current relase? I tried as @Puresoft suggest, the data is update in the local $scope of the controller but the "storage" is not...
> I assume this is at least somewhat related to this discussion? https://github.com/nlohmann/json/discussions/3411 It could be, I'm going to check later > Can you construct a unit test that fails...
@falbrechtskirchinger Here is a [link](https://godbolt.org/z/G6xP3dd8T) to Compiler Explorer with an example of failure case Edit: extended test
@falbrechtskirchinger @nlohmann should be now `strict` exposed as parameter (defaulted to `true`) by `static basic_json parse( ..... , const bool strict = true)` ?
> Does this allow to finally parse JSON lines (https://json.nlohmann.me/features/parsing/json_lines/)? Sorry can you expand on that? what is not working about json_lines? If you are talking about something like [this](https://godbolt.org/z/PqdsYYG9M)...
Just came back from holiday, gonna address in this days
Sorry everybody for the delay, I added simple test case for the fix itself: is almost the same as the one used for the "Compiler Explorer" examples Thanks for the...
> @imwhocodes I could not independently write a test that would trigger your issue. Guess I should make that available so we can compare and figure out who's right. >...
> > > @imwhocodes I could not independently write a test that would trigger your issue. Guess I should make that available so we can compare and figure out who's...
> > > > > @imwhocodes I could not independently write a test that would trigger your issue. Guess I should make that available so we can compare and figure...