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 writer #90

Merged
merged 1 commit into from
Dec 7, 2024
Merged

feat: add JSON writer #90

merged 1 commit into from
Dec 7, 2024

Conversation

AngelCastilloB
Copy link
Member

Description

We want to remove json-c as dependency in favor of a hand made JSON writer and parser.

Checklist

  • I have read followed CONTRIBUTING.md
    • I have added tests
    • I have updated the documentation
    • I have updated the CHANGELOG
  • Are there any breaking changes?
    • If yes: I have marked them in the CHANGELOG
  • Does this PR introduce any platform specific code?
  • Security: Does this PR potentially affect security?
  • Performance: Does this PR potentially affect performance?

Copy link

github-actions bot commented Dec 7, 2024

MISRA C Logo

MISRA Guideline Compliance Summary

Commit: 740e9eafca14e30c551c2e238fbb1dba5ddcde36
Date: 2024-12-07
Guidelines: MISRA C 2012
Checking Tool: Cppcheck
Result: Compliant ✅

🎉 No MISRA C 2012 Violations Found!

You can download the complete report from: MISRA C Report

Copy link

codecov bot commented Dec 7, 2024

Codecov Report

Attention: Patch coverage is 95.05703% with 26 lines in your changes missing coverage. Please review.

Files with missing lines Patch % Lines
lib/src/json/json_writer.c 95.73% 18 Missing ⚠️
lib/src/string_safe.c 90.00% 8 Missing ⚠️

📢 Thoughts on this report? Let us know!

@AngelCastilloB AngelCastilloB merged commit 57fa800 into main Dec 7, 2024
7 checks passed
@AngelCastilloB AngelCastilloB deleted the feat/add-json-writer branch December 7, 2024 10:20
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