-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make Everything a String? #10
Comments
This could be a solution:
Use in the "tag" instead of "string" when the field actually contains a number. |
Hi, I just stumbled on this issue. In this PR, I added encode and decode settings.
Passing a list of decoders would be a nice general solution. But, to keep it simple, you could use my PR and pass:
where
A setting |
Would be nice to control how the values are decoded. I would like everything decoded as a string, and don't attempt to parse as Float, Bool, etc.
Maybe an option to pass in the list of decoders to decode?
The text was updated successfully, but these errors were encountered: