Parse json pertahankan pesanan

import  net.sf.json.JSONSerializer

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