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
When throwing an error in json_parse, no stack trace is included. This makes it difficult to know where in a codebase an error is coming from. Perhaps the built-in Error class could be used here instead?