When I use `JSON.stringify` it renders handles these fine, but if I pass a complex object into JSONView it freezes up my browser. If there was an option to ignore certain keys that might be a nice/easy way to work around this.
When I use
JSON.stringifyit renders handles these fine, but if I pass a complex object into JSONView it freezes up my browser.If there was an option to ignore certain keys that might be a nice/easy way to work around this.