Skip to content

Instantly share code, notes, and snippets.

@dgg
Created August 26, 2015 13:54
Show Gist options
  • Select an option

  • Save dgg/1a8e4f719800964aad68 to your computer and use it in GitHub Desktop.

Select an option

Save dgg/1a8e4f719800964aad68 to your computer and use it in GitHub Desktop.
compacting-json.newJsonString.cs
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