json icon indicating copy to clipboard operation
json copied to clipboard

Added beautiful option for json

Open alexkrnet opened this issue 5 years ago • 2 comments

This PR adds an option to JSONWriter class for beautiful (intended) json output.

alexkrnet avatar Jan 17 '20 15:01 alexkrnet

Rather than developing a long list of flags for the method, might be nice to have a non static version of the class which can be configured? Con: Although it might mean that the (valuable) cut'n'paste option would be harder. Pro: It would also allow for dependency injection.

goofballLogic avatar Aug 17 '20 09:08 goofballLogic