Skip to content

Document number conversion#5208

Open
nlohmann wants to merge 2 commits into
developfrom
number-conversion-docs
Open

Document number conversion#5208
nlohmann wants to merge 2 commits into
developfrom
number-conversion-docs

Conversation

@nlohmann

@nlohmann nlohmann commented Jun 12, 2026

Copy link
Copy Markdown
Owner

Closes #5206 by explicitly noting that the library does not perform range checks inside get.

Includes 4 unrelated changes:

  1. Removes 502 error code leftover after Remove nullptr safety check from sax_parse functions #5139.
  2. Added JSON_BRACE_INIT_COPY_SEMANTICS to the navigation.
  3. Formatted unit test.
  4. Fix Windows modules CI job.

Signed-off-by: Niels Lohmann <mail@nlohmann.me>
@nlohmann nlohmann added this to the Release 3.12.1 milestone Jun 12, 2026
@nlohmann nlohmann added the review needed It would be great if someone could review the proposed changes. label Jun 12, 2026
Signed-off-by: Niels Lohmann <mail@nlohmann.me>
@github-actions github-actions Bot added the CI label Jun 12, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CI documentation M review needed It would be great if someone could review the proposed changes. tests

Projects

None yet

Development

Successfully merging this pull request may close these issues.

from_json - Type conversions without range clamping cause UBSan warnings

1 participant