Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add test for handling JSON with unordered_map headers #463

Open
wants to merge 6 commits into
base: release
Choose a base branch
from
Open

Conversation

beached
Copy link
Owner

@beached beached commented Dec 22, 2024

This commit introduces a new test (issue_462_test) to validate the parsing of JSON objects containing unordered_map headers. It ensures correct functionality for JSON key-value mappings and integrates the test into the build and CI workflows.

This commit introduces a new test (issue_462_test) to validate the parsing of JSON objects containing unordered_map headers. It ensures correct functionality for JSON key-value mappings and integrates the test into the build and CI workflows.
Set an initial stack capacity of 128 to improve performance by reducing reallocations during parsing. This ensures efficient handling of JSON events with fewer memory operations.
Reordered template parameters to prioritize StackContainerPolicy and updated related calls to use the new template structure. This improves flexibility and consistency for specifying stack container policies.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant