Open piuccio opened 10 years ago
Hello, nice project.
It would be even better if it was possible to specify a space parameter as in JSON.stringify. See here
space
JSON.stringify
For pretty printing it'll be good to have new lines after properties definitions and configure the indentation character.
Hi,
thank you. Actually I don't use this module anymore because JSON.stringify accomplishes almost the same. But you can send me a pull-request, the source code is pretty straight-forward. :smile:
Hello, nice project.
It would be even better if it was possible to specify a
space
parameter as inJSON.stringify
. See hereFor pretty printing it'll be good to have new lines after properties definitions and configure the indentation character.