Created
August 26, 2015 13:54
-
-
Save dgg/1a8e4f719800964aad68 to your computer and use it in GitHub Desktop.
compacting-json.newJsonString.cs
This file contains hidden or 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
| var json = new JsonString("{'str' : 'value', 'number': 42}"); | |
| // use as a string | |
| string nonCompact = json; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment