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 a value is null, the JsonViewer renders it as NULL instead of null.
It's pedantic, but NULL isn't valid and inconsistent with the actual value, so I think it should be all lowercased null.
Is there a way to override this behavior? I'd be happy to make a PR for this if you agree.
The text was updated successfully, but these errors were encountered:
When a value is
null
, theJsonViewer
renders it as NULL instead of null.It's pedantic, but NULL isn't valid and inconsistent with the actual value, so I think it should be all lowercased null.
Is there a way to override this behavior? I'd be happy to make a PR for this if you agree.
The text was updated successfully, but these errors were encountered: