-
Notifications
You must be signed in to change notification settings - Fork 8
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
InterTypes #75
InterTypes #75
Conversation
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #75 +/- ##
==========================================
- Coverage 91.70% 87.22% -4.48%
==========================================
Files 17 22 +5
Lines 1362 1840 +478
==========================================
+ Hits 1249 1605 +356
- Misses 113 235 +122
☔ View full report in Codecov by Sentry. |
using MLStyle | ||
import JSON3 | ||
|
||
struct JSONFormat |
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.
abstract type SerialFormat end
Struct JSONFormat <: SerialFormat end
?
Suppose it doesn’t matter if no other Serial formats are on the radar.
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.
Eventually, I also want s-expression and msgpack serialization
I just got a Not causing an error, just a heads up. |
No description provided.