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

Add implementation of JSON serializer #3

Merged
merged 2 commits into from
Apr 1, 2023
Merged

Conversation

awvwgk
Copy link
Member

@awvwgk awvwgk commented Mar 3, 2023

Closes #2

cc Minh @minhqdao

@awvwgk awvwgk added the enhancement New feature or request label Mar 3, 2023
@codecov
Copy link

codecov bot commented Mar 3, 2023

Codecov Report

Patch coverage has no change and project coverage change: -9.93 ⚠️

Comparison is base (9a88a82) 45.33% compared to head (c49ffee) 35.40%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main       #3      +/-   ##
==========================================
- Coverage   45.33%   35.40%   -9.93%     
==========================================
  Files           4        5       +1     
  Lines         450      579     +129     
  Branches      190      265      +75     
==========================================
+ Hits          204      205       +1     
- Misses        163      290     +127     
- Partials       83       84       +1     
Impacted Files Coverage Δ
src/jonquil/lexer.f90 61.58% <ø> (+0.56%) ⬆️
src/jonquil/parser.f90 0.00% <ø> (ø)
src/jonquil/ser.f90 0.00% <0.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@awvwgk awvwgk merged commit c81340e into toml-f:main Apr 1, 2023
@awvwgk awvwgk deleted the json-ser branch April 1, 2023 17:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Provide support for serialization of JSON values.
1 participant