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
That’s because you use invalid JSON. It doesn’t allow comments, unquoted keys, single-quoted strings, the value undefined, or embedded walruses. CodeRay highlights all these as errors.
You can either abandon invalid JSON, or use the JavaScript scanner, which handles everything except embedded walruses.