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

Added regular JSON parser as fallback #689

Merged
merged 1 commit into from
May 26, 2024
Merged

Added regular JSON parser as fallback #689

merged 1 commit into from
May 26, 2024

Conversation

Chr1Z93
Copy link
Collaborator

@Chr1Z93 Chr1Z93 commented May 21, 2024

The faster json.parse() function has some limitations, for example negative integers (moonsharp-devs/moonsharp#319). This adds the regular JSON.decode() as fallback (if the faster parser fails).

@Chr1Z93 Chr1Z93 added the bugfix fixing an existing bug label May 21, 2024
@dscarpac dscarpac merged commit 794949f into main May 26, 2024
1 check passed
@dscarpac dscarpac deleted the json-decoding branch May 26, 2024 11:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bugfix fixing an existing bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants