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

Remove external json library #266

Merged
merged 3 commits into from
Sep 9, 2024
Merged

Conversation

AsafMah
Copy link
Contributor

@AsafMah AsafMah commented Aug 31, 2024

Solves #265

In preview-4 we used a https:/goccy/go-json for faster json parsing, however it seems that the library doesn't deal well with some edge cases.

Specifically, goccy/go-json#520

This library would have been temporary until the official json v2 library is released, but since we can't fully trust it it's best to stick with the old and slow one for the moment.

Copy link

github-actions bot commented Aug 31, 2024

Test Results

0 tests  ±0   0 ✅ ±0   0s ⏱️ ±0s
0 suites ±0   0 💤 ±0 
0 files   ±0   0 ❌ ±0 

Results for commit edc42c5. ± Comparison against base commit d8679ee.

♻️ This comment has been updated with latest results.

@AsafMah AsafMah merged commit 6536611 into master Sep 9, 2024
6 checks passed
@AsafMah AsafMah deleted the remove-external-json-library branch September 9, 2024 05:58
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

Successfully merging this pull request may close these issues.

2 participants