rdmueller

06 April 2016

When working in a web environment, you often have to transfer arbitrary data like lists or maps as String of the network.

The followin Gist shows how to solve this by serializing a list or map as JSON or YAML. In addition, it
shows how Groovy does it an a very elegant and clean way.