-
Notifications
You must be signed in to change notification settings - Fork 128
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
🧠 Logic: 🧱 implement json_prolog/2
#350
Conversation
json_prolog/2
json_prolog/2
Codecov Report
@@ Coverage Diff @@
## main #350 +/- ##
==========================================
+ Coverage 59.98% 61.82% +1.84%
==========================================
Files 58 59 +1
Lines 2374 2533 +159
==========================================
+ Hits 1424 1566 +142
- Misses 876 888 +12
- Partials 74 79 +5
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That's great. 🤩
Thanks.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That's great thanks!
🎉 This PR is included in version 5.0.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
This PR implement #348.
I hope tests case will cover all needs and json specification.
On this implementation, decimal number is not handled now. It will be the part of another PR.