-
-
Notifications
You must be signed in to change notification settings - Fork 137
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
Error parsing "is-a-bool: !!bool Yes" #214
Labels
Comments
Since this library is implemented based on the 1.2 specification, |
So what should be interpreted as true/false ?
|
@nicolasboulay Are you still need this feature? If so, I’ll consider how to support it. |
I've supported this feature. Thank you ! |
thanks !
Le mer. 13 nov. 2024 à 02:47, Masaaki Goshima - notifications at github.com
***@***.***> a écrit :
… I've supported this feature. Thank you !
—
Reply to this email directly, view it on GitHub
<#214 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABKCJ5RIRYBQFWUQGFY6HOT2AKVTBAVCNFSM6AAAAABRTO45IKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDINZSGE2DGNJQGI>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When a try to parse
is-a-bool: !!bool Yes
The parser return :
map[is-a-bool:]
but i should have "true".
The text was updated successfully, but these errors were encountered: