renderjson icon indicating copy to clipboard operation
renderjson copied to clipboard

Feature Request - Add Setter For Indentation

Open StrohmyerTR opened this issue 2 years ago • 0 comments

e.g. renderjson.set_indentation(2); // adjust space-count or renderjson.set_indentation(' '); // allow tabs or spaces or renderjson.set_indentation('space', 2); // self-explanatory or... infinite number of ways to implement this, please consider it.

StrohmyerTR avatar Jun 22 '23 22:06 StrohmyerTR