Skip to content

Instantly share code, notes, and snippets.

@kenjij
Created August 9, 2017 06:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kenjij/9628a4bce1e87daa5054c2235fc3b7e2 to your computer and use it in GitHub Desktop.
Save kenjij/9628a4bce1e87daa5054c2235fc3b7e2 to your computer and use it in GitHub Desktop.
Pretty format option for JSON.fast_generate
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