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

Invalid json parsing errors #105

Merged
merged 2 commits into from
Oct 28, 2024
Merged

Invalid json parsing errors #105

merged 2 commits into from
Oct 28, 2024

Commits on Oct 25, 2024

  1. feat(as-sdk): throw on invalid JSON input

    Update "json-as" to v0.9.26
    
    There are still some values which should be invalid that get accepted,
    such as a string without the closing double quotes, but overall the
    error message for the edge cases we had have improved significantly.
    
    Stack traces are still poor due to the constraints of WASM, but there is
    work being done on a transform to allow try/catch and Rust style
    results.
    Thomasvdam committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    4de232c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3c99a53 View commit details
    Browse the repository at this point in the history