Last active
November 17, 2019 15:17
-
-
Save chkn/4748252 to your computer and use it in GitHub Desktop.
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.