Last active
November 17, 2019 15:17
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Now with more love at: | |
// https://github.com/chkn/JSON.cs/blob/master/JSON.cs |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Don't .ToLower all value types just to get bools right. You should special-case bools.