react-json-view icon indicating copy to clipboard operation
react-json-view copied to clipboard

NULL should be lowercased

Open Swimburger opened this issue 2 years ago • 1 comments

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.

Swimburger avatar Jul 17 '23 20:07 Swimburger

Hi, you could give this a try: https://github.com/YYsuni/react18-json-view image

YYsuni avatar Aug 23 '23 13:08 YYsuni