Created
August 9, 2017 06:23
-
-
Save kenjij/9628a4bce1e87daa5054c2235fc3b7e2 to your computer and use it in GitHub Desktop.
Pretty format option for JSON.fast_generate
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
opts = { | |
indent: ' ', | |
space: ' ', | |
object_nl: "\n", | |
array_nl: "\n" | |
} | |
JSON.fast_generate(obj, opts) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment