Parse json сохраните заказ

import  net.sf.json.JSONSerializer

def map = JSONSerializer.toJSON(jsonstr)
println(map)
Unsightly Unicorn