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
It'd be nice to have the ability to skip encoding when certain columns include JSON.
For example, if I have a column with JSON, instead of its value being "[{\"date\":\"2013-12\",\"status\":\"open\"}]" I'd see [{"date":"2013-12","status":"open"}]