Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save jondjones/2e3c95b32db14435fe29f0067019a0e6 to your computer and use it in GitHub Desktop.
Save jondjones/2e3c95b32db14435fe29f0067019a0e6 to your computer and use it in GitHub Desktop.
How To Create a JSON API Within Umbraco 8 - 1
public class ObjectToReturn
{
public string SomeData { get; set; }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment