Skip to content

Latest commit

 

History

History
executable file
·
24 lines (19 loc) · 377 Bytes

groovy.md

File metadata and controls

executable file
·
24 lines (19 loc) · 377 Bytes

groovy

links

my examples

groovysh

default set of libraries

$HOME/.groovy/lib

to parse json

JSON slurper

string

def singleQuote = 'Single quote string'
def doubleQuote = "Double quote string"
def slashy = /Slashy string/