Skip to content

Instantly share code, notes, and snippets.

@core-code
Created October 28, 2015 15:17
Show Gist options
  • Save core-code/9feb8ac17fda93e06948 to your computer and use it in GitHub Desktop.
Save core-code/9feb8ac17fda93e06948 to your computer and use it in GitHub Desktop.
public static string ParseToJSON(string input)
{
var export = new JSONExport ();
return export.ParseToJSON (input);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment