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

Fixes JSONPath boundary finding for booleans #561

Merged
merged 5 commits into from
Sep 15, 2023
Merged

Conversation

gfs
Copy link
Contributor

@gfs gfs commented Sep 14, 2023

Boundary detection for boolean values was off because proper JSON requires booleans to be lower case in the raw text, but JsonElement.ToString() returns capitalized boolean names.

gfs added 4 commits September 14, 2023 15:38
Boundary detection for boolean values was off because proper JSON requires booleans to be lower case in the raw text, but JsonElement.ToString() returns capitalized boolean names.
@gfs gfs merged commit 8a0c9be into main Sep 15, 2023
@gfs gfs deleted the gfs/FixJsonPathForBoolean branch September 15, 2023 20:46
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.

2 participants