Results 3 issues of John Wright

First of all thanks very much for this plugin! I originally ran the build on a Mac, with no issues. But on Windows, a 'NoClassDefFoundError` is being thrown. I'll include...

It's common in JSON to use arrays as tuples, e.g. ```json { "pairs": [ [1, 2], [3, 4] ] } ``` To support this pattern, add `pair`, `triple`, `quad` codecs...