Advertisement
Guest User

Untitled

a guest
Jul 20th, 2018
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. def fileContents = new File(amis_filename.json).text
  2. def tempResult = new JsonSlurper().parseText( fileContents )
  3. tempResult = (tempResult.Images).sort { a,b -> b.CreationDate <=> a.CreationDate }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement