Created
September 12, 2019 20:29
-
-
Save steven-terrana/46c1632c141c6d3358b0d2ff165e494a to your computer and use it in GitHub Desktop.
[Pretty Print Groovy Map] #groovy
This file contains 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
import static groovy.json.JsonOutput.* | |
def config = [ | |
/* | |
some map | |
*/ | |
] | |
println prettyPrint(toJson(config)) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment