steamclock/netable

Consider adding support for setting global JSONEncoding/DecodingStrategy values

Closed this issue · 0 comments

We currently support setting this values per request, but in general it seems like strategies are consistent across APIs.

Since this probably isn't always true, I don't think we can remove per-request setters for global setters entirely, but it may be handly to allow people to set a global default and then override that default per request.