Groovy web console
Subscribe
to this
site
a
Published 4 months ago by
a
Actions
Execute script ▶
Edit in console
Back to console
Show/hide line numbers
View recent scripts
map = [ a: "a", b: "b", c: [ c1: "c1", c2: "c2" ] ] print(map.c.c1)