This can be considered as a design proposal or a request for feedback (even though I'll be using this code in production straight away).
I don't know if it's worth adding the actual code in README or just mentioning the functions is enough.
The point of this code is to use it for things like query parameters in your REST API. Previously we've had to manually add encoders/decoders for them.
This can be considered as a design proposal or a request for feedback (even though I'll be using this code in production straight away).
I don't know if it's worth adding the actual code in README or just mentioning the functions is enough.
The point of this code is to use it for things like query parameters in your REST API. Previously we've had to manually add encoders/decoders for them.
Feedback welcome!