tilezen / tapalcatl

Tapalcatl is a "metatile server", which attempts to serve individual tiles extracted from an archive in storage.
Other
14 stars 3 forks source link

Format json messages with newlines #34

Closed rmarianski closed 7 years ago

rmarianski commented 7 years ago

Json messages with newlines aren't being formatted properly. We're currently formatting after dumping the json, we should interpolate the message first and then encode to json to ensure everything is escaped properly.