Dancer: use JSON::XS for faster serialization
Dancer: ensure that the Dancer serializer will be able to use the fast JSON implementation (JSON::XS) by loading explicitely JSON::XS: if the fast implementation is not available, the app will now fail at startup.