JSON Transforms
Manatee.Json can also perform transformations on JSON objects. That is, it can take a JSON object and, using a defined template, produce a new JSON object using the same data but in a shape that's dictated by the template.
Here is my StackOverflow answer showing the development of the feature with some examples. I'll need to translate that to a documentation page at some point...
throw new NotImplementedException("OMG, just copy the text already!");