snap
snap copied to clipboard
Support pluggable JSON libraries
It's handy to be able to drop in a faster JSON library, such as Jsonrs, for use cases with very large requests and responses, as JSON encoding and decoding time is greatly reduced. Closes #96.