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

Support for parsing parial JSON strings in Python #66

Merged
merged 3 commits into from
Mar 25, 2024

separate _parse_array and _parse_object

c3f6b6b
Select commit
Loading
Failed to load commit list.
Merged

Support for parsing parial JSON strings in Python #66

separate _parse_array and _parse_object
c3f6b6b
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Mar 25, 2024 in 0s

94.59% of diff hit (target 80.00%)

View this Pull Request on Codecov

94.59% of diff hit (target 80.00%)

Annotations

Check warning on line 126 in src/python.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/python.rs#L126

Added line #L126 was not covered by tests

Check warning on line 177 in src/python.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/python.rs#L177

Added line #L177 was not covered by tests

Check warning on line 191 in src/python.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/python.rs#L191

Added line #L191 was not covered by tests

Check warning on line 197 in src/python.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/python.rs#L197

Added line #L197 was not covered by tests