Closed maknz closed 8 years ago
Okay, seems 5.4 has some annoying inconsistencies with character encoding, that aren't present in 5.5 and above (as verified by Travis). So I'm inclined to drop 5.4 support. That means we do need to bump the major version to 2.0 when we next release master, but considering we want to introduce support for multiple teams, that'd likely be required anyway.
Fixes #27 and replaces #28.
If JSON encoding fails (for example, by bad character encoding), a
RuntimeException
will be thrown with a descriptive message of the problem.