Skip to content
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

Added support for all C# primitives. #36

Merged
merged 1 commit into from
Jul 15, 2020

Conversation

thegoldenmule
Copy link
Contributor

TinyJson is missing support for a handful of C# primitive types including: char, sbyte, short, ushort, long, and ulong. This PR contains writer support for all of them as well as a unit test that tests each primitive.

@novabyte
Copy link

@zanders3 Would love to see this merged to keep our usage of the library in sync with this upstream. Thanks @thegoldenmule 🙏

@zanders3
Copy link
Owner

overall these changes look good

@zanders3 zanders3 merged commit 01c586d into zanders3:master Jul 15, 2020
@thegoldenmule thegoldenmule deleted the bugfix/primitives branch July 27, 2020 18:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants