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.tryParse "null3" should raise Exception #82

Open
ingted opened this issue Mar 29, 2017 · 0 comments
Open

Json.tryParse "null3" should raise Exception #82

ingted opened this issue Mar 29, 2017 · 0 comments

Comments

@ingted
Copy link

ingted commented Mar 29, 2017

Json.tryParse "null3"

val it : Choice<Json,string> = Choice1Of2 (Null ())

compare to

Json.tryParse "ddd"

val it : Choice<Json,string> =
Choice2Of2
"Error in Ln: 1 Col: 1
ddd
^
Expecting: '"', '-', '0', '[', 'false', 'null', 'true' or '{'
"

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

No branches or pull requests

1 participant