Added custom json serializer support
Implemented custom serializer for json: https://github.com/go-chi/render/issues/36
[at]Maintainers would be nice if you could comment if this PR has a chance of being merged. My use-case is just to configure the json-decoder (just setting DisallowUnknownFields() to try to detect typos in requests) but right now even such a small adjustment is not possible.
Oh and @josearomeroj would you still work on this PR if the Maintainers want any changes? (otherwise I'd be willing to adopt this PR by cloning and create a new PR)
Hi @atticus-sullivan, thank you for your feedback. I have no problem to continue working in this but looks like maintainers are inactive.
Oh nice, that's already the first step. Wasn't sure since almost a whole year passed since you opened this issue. Well looking at the commits the maintainers are a bit inactive, but from time to time there is work. Not sure if there is a better way of contacting them than writing in comments in the PR. Maybe we can Ping @pkieltyka seems to be the only one in the go-chi organization. According to this comment, this package is still maintained (but I always try not to put too much pressure on maintainers of open source projects as this is free-time and it should feel like it)
Especially in this case not having this feature is a bit sad as looking at other PRs (#34 #33 #39 , I think even #11 would be possible to configure) this feature really helps a lot.