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

JSON serializer #73

Merged
merged 6 commits into from
Aug 20, 2023
Merged

JSON serializer #73

merged 6 commits into from
Aug 20, 2023

Conversation

surol
Copy link
Member

@surol surol commented Aug 20, 2023

  • Serialize primitive JSON values
  • JSON list serializer
  • Reorganize JSON serializer implementation layout
  • Serialize JSON map
  • esgen v0.2.11
  • Serialize unknown to JSON

@surol surol linked an issue Aug 20, 2023 that may be closed by this pull request
@codacy-production
Copy link

Coverage summary from Codacy

See diff coverage on Codacy

Coverage variation Diff coverage
+0.00% (target: -1.00%) 100.00%
Coverage variation details
Coverable lines Covered lines Coverage
Common ancestor commit (3ebd67f) 3554 3554 100.00%
Head commit (846d204) 3676 (+122) 3676 (+122) 100.00% (+0.00%)

Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: <coverage of head commit> - <coverage of common ancestor commit>

Diff coverage details
Coverable lines Covered lines Diff coverage
Pull request (#73) 134 134 100.00%

Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: <covered lines added or modified>/<coverable lines added or modified> * 100%

See your quality gate settings    Change summary preferences

@surol surol merged commit de35490 into master Aug 20, 2023
3 checks passed
@surol surol deleted the json-serializer branch August 20, 2023 02:53
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.

JSON serializer
1 participant