daniel_hwangbo

Results 2 issues of daniel_hwangbo

### Description This PR fixes a crash when using `update()` on an `ordered_json` object when `JSON_DIAGNOSTICS` is enabled. ### The Issue When `update()` inserts new elements into an `ordered_json` object,...

L

### Description This PR introduces a new constructor to `basic_json` that enables direct initialization from C++20 Ranges and Views (e.g., `std::views::filter`, `std::views::transform`). ### Motivation Currently, attempting to initialize a JSON...

L