caldwell / renderjson

Render JSON into collapsible HTML
http://caldwell.github.io/renderjson
415 stars 91 forks source link

Feature Request - Add Setter For Indentation #49

Open StrohmyerTR opened 1 year ago

StrohmyerTR commented 1 year ago

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.