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

Feat/add json reader #91

Merged
merged 1 commit into from
Dec 10, 2024

feat: add json object type

2466bc1
Select commit
Loading
Failed to load commit list.
Merged

Feat/add json reader #91

feat: add json object type
2466bc1
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Dec 10, 2024 in 1s

90.26% of diff hit (target 93.12%)

View this Pull Request on Codecov

90.26% of diff hit (target 93.12%)

Annotations

Check warning on line 80 in lib/src/json/internals/json_object_serialization.c

See this annotation in the file changed.

@codecov codecov / codecov/patch

lib/src/json/internals/json_object_serialization.c#L80

Added line #L80 was not covered by tests

Check warning on line 83 in lib/src/json/internals/json_object_serialization.c

See this annotation in the file changed.

@codecov codecov / codecov/patch

lib/src/json/internals/json_object_serialization.c#L82-L83

Added lines #L82 - L83 were not covered by tests

Check warning on line 172 in lib/src/json/internals/json_parser.c

See this annotation in the file changed.

@codecov codecov / codecov/patch

lib/src/json/internals/json_parser.c#L171-L172

Added lines #L171 - L172 were not covered by tests

Check warning on line 186 in lib/src/json/internals/json_parser.c

See this annotation in the file changed.

@codecov codecov / codecov/patch

lib/src/json/internals/json_parser.c#L185-L186

Added lines #L185 - L186 were not covered by tests

Check warning on line 204 in lib/src/json/internals/json_parser.c

See this annotation in the file changed.

@codecov codecov / codecov/patch

lib/src/json/internals/json_parser.c#L203-L204

Added lines #L203 - L204 were not covered by tests

Check warning on line 212 in lib/src/json/internals/json_parser.c

See this annotation in the file changed.

@codecov codecov / codecov/patch

lib/src/json/internals/json_parser.c#L211-L212

Added lines #L211 - L212 were not covered by tests

Check warning on line 231 in lib/src/json/internals/json_parser.c

See this annotation in the file changed.

@codecov codecov / codecov/patch

lib/src/json/internals/json_parser.c#L231

Added line #L231 was not covered by tests

Check warning on line 328 in lib/src/json/internals/json_parser.c

See this annotation in the file changed.

@codecov codecov / codecov/patch

lib/src/json/internals/json_parser.c#L328

Added line #L328 was not covered by tests

Check warning on line 330 in lib/src/json/internals/json_parser.c

See this annotation in the file changed.

@codecov codecov / codecov/patch

lib/src/json/internals/json_parser.c#L330

Added line #L330 was not covered by tests

Check warning on line 358 in lib/src/json/internals/json_parser.c

See this annotation in the file changed.

@codecov codecov / codecov/patch

lib/src/json/internals/json_parser.c#L358

Added line #L358 was not covered by tests

Check warning on line 360 in lib/src/json/internals/json_parser.c

See this annotation in the file changed.

@codecov codecov / codecov/patch

lib/src/json/internals/json_parser.c#L360

Added line #L360 was not covered by tests

Check warning on line 370 in lib/src/json/internals/json_parser.c

See this annotation in the file changed.

@codecov codecov / codecov/patch

lib/src/json/internals/json_parser.c#L369-L370

Added lines #L369 - L370 were not covered by tests

Check warning on line 372 in lib/src/json/internals/json_parser.c

See this annotation in the file changed.

@codecov codecov / codecov/patch

lib/src/json/internals/json_parser.c#L372

Added line #L372 was not covered by tests

Check warning on line 381 in lib/src/json/internals/json_parser.c

See this annotation in the file changed.

@codecov codecov / codecov/patch

lib/src/json/internals/json_parser.c#L379-L381

Added lines #L379 - L381 were not covered by tests

Check warning on line 383 in lib/src/json/internals/json_parser.c

See this annotation in the file changed.

@codecov codecov / codecov/patch

lib/src/json/internals/json_parser.c#L383

Added line #L383 was not covered by tests

Check warning on line 416 in lib/src/json/internals/json_parser.c

See this annotation in the file changed.

@codecov codecov / codecov/patch

lib/src/json/internals/json_parser.c#L416

Added line #L416 was not covered by tests

Check warning on line 418 in lib/src/json/internals/json_parser.c

See this annotation in the file changed.

@codecov codecov / codecov/patch

lib/src/json/internals/json_parser.c#L418

Added line #L418 was not covered by tests

Check warning on line 442 in lib/src/json/internals/json_parser.c

See this annotation in the file changed.

@codecov codecov / codecov/patch

lib/src/json/internals/json_parser.c#L442

Added line #L442 was not covered by tests

Check warning on line 475 in lib/src/json/internals/json_parser.c

See this annotation in the file changed.

@codecov codecov / codecov/patch

lib/src/json/internals/json_parser.c#L475

Added line #L475 was not covered by tests

Check warning on line 490 in lib/src/json/internals/json_parser.c

See this annotation in the file changed.

@codecov codecov / codecov/patch

lib/src/json/internals/json_parser.c#L489-L490

Added lines #L489 - L490 were not covered by tests

Check warning on line 492 in lib/src/json/internals/json_parser.c

See this annotation in the file changed.

@codecov codecov / codecov/patch

lib/src/json/internals/json_parser.c#L492

Added line #L492 was not covered by tests

Check warning on line 502 in lib/src/json/internals/json_parser.c

See this annotation in the file changed.

@codecov codecov / codecov/patch

lib/src/json/internals/json_parser.c#L501-L502

Added lines #L501 - L502 were not covered by tests

Check warning on line 525 in lib/src/json/internals/json_parser.c

See this annotation in the file changed.

@codecov codecov / codecov/patch

lib/src/json/internals/json_parser.c#L525

Added line #L525 was not covered by tests

Check warning on line 527 in lib/src/json/internals/json_parser.c

See this annotation in the file changed.

@codecov codecov / codecov/patch

lib/src/json/internals/json_parser.c#L527

Added line #L527 was not covered by tests

Check warning on line 550 in lib/src/json/internals/json_parser.c

See this annotation in the file changed.

@codecov codecov / codecov/patch

lib/src/json/internals/json_parser.c#L549-L550

Added lines #L549 - L550 were not covered by tests