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

None string date values gives a "buffer is not defined" exception #110

Closed
charitha93 opened this issue Apr 21, 2023 · 2 comments
Closed
Labels
bug Something isn't working

Comments

@charitha93
Copy link

charitha93 commented Apr 21, 2023

Consider the following json to be parsed
{ "@value": 2019-01-01T00:00:00 }
Ideally this is invalid when parsing and should throw an appropriate error to indicate but currently such a scenario returns a buffer is not defined exception.

It was found that this issue might be related to an existing issue in the jsonParse lib which is a dependency (creationix/jsonparse#43). Could be wrong though.

@rubensworks rubensworks added the bug Something isn't working label Apr 21, 2023
@rubensworks
Copy link
Owner

Thanks for reporting!

@rubensworks
Copy link
Owner

Should be fixed since 448c8fe

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants