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
Currently, when printing JSON, the forward slash ("/" aka solidus) is always escaped. However, this is optional in the JSON spec, and I think under many circumstances no one cares to see an unnecessary slash. So, make this an option to do this or not.