Groovy web console
Subscribe
to this
site
a
Published 9 months ago by
MDOE
Actions ➤
Edit in console
Back to console
Show/hide line numbers
View recent scripts
import groovy.json.* def js= new JsonBuilder(["test", "test1"]) print js.toString()