electron-userland / electron-json-storage

:package: Easily write and read user settings in Electron apps
1.43k stars 79 forks source link

Added spacing option for writing to JSON. #151

Closed Unknown025 closed 3 years ago

Unknown025 commented 3 years ago

Adds support for JSON pretty printing, or passing other spacing parameters to JavaScript's JSON.stringify method.

jviotti commented 3 years ago

Looks good. Thanks a lot!

jviotti commented 3 years ago

Hey @Unknown025, I'll be releasing this as v4.3.0. It should be available in NPM today. Thanks!

jviotti commented 3 years ago

Published!

Unknown025 commented 3 years ago

Awesome, thanks!