Skip to content

Instantly share code, notes, and snippets.

@rjescobar
Created May 7, 2013 23:11
Show Gist options
  • Save rjescobar/5536928 to your computer and use it in GitHub Desktop.
Save rjescobar/5536928 to your computer and use it in GitHub Desktop.
Crear una clase anónima para generar un objeto intermedio
var type = new { AuthenticationClient = new { ProviderName = string.Empty },
DisplayName = string.Empty,
ExtraData = new { } };
var clientData = JsonConvert.DeserializeAnonymousType(responseGetOAuthClientData.ToString(), type);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment