Skip to content

Instantly share code, notes, and snippets.

@isidore
Last active August 29, 2015 14:02
Show Gist options
  • Save isidore/640af3547b9bab8f2002 to your computer and use it in GitHub Desktop.
Save isidore/640af3547b9bab8f2002 to your computer and use it in GitHub Desktop.
VerifyJson
Approvals.VerifyJson(jsonText);
///Produces
{
"GivenNames": "John",
"FamilyName": "Smith",
"Spouse": "Jill",
"Address": {
"Street": "1 Puddle Lane",
"Suburb": null,
"Country": "USA"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment