json
json copied to clipboard
Added beautiful option for json
This PR adds an option to JSONWriter class for beautiful (intended) json output.
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.