You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 23, 2021. It is now read-only.
Go to www.jsonvalidate.net, or run locally with PS > ./watch-run.ps1 and go to localhost:5000
Paste the contents into the JSON editor
Click Validate button
Open the console, see the error
Expected behavior
JSON should be validated and the message JSON Valid! should be shown.
Screenshots
Desktop (please complete the following information):
OS: macOS Mojave 10.14.6
Browser: Chrome 76
Version
Smartphone (please complete the following information):
Additional context
I believe this is due to mono memory limits. Once dotnet/aspnetcore#5617 is fixed, then we can set a higher default memory limit in order to handle X amount of JSON in memory at a time (X TBD).
The text was updated successfully, but these errors were encountered:
Describe the bug
Large JSON objects cannot be validated, the following error is shown in the console when you try to do so:
wasm-0070e642-2639:10 Uncaught (in promise) RuntimeError: memory access out of bounds
To Reproduce
Steps to reproduce the behavior:
PS > ./watch-run.ps1
and go tolocalhost:5000
Validate
buttonExpected behavior
JSON should be validated and the message
JSON Valid!
should be shown.Screenshots
Desktop (please complete the following information):
Smartphone (please complete the following information):
Additional context
I believe this is due to mono memory limits. Once dotnet/aspnetcore#5617 is fixed, then we can set a higher default memory limit in order to handle X amount of JSON in memory at a time (X TBD).
The text was updated successfully, but these errors were encountered: