Skip to content

Instantly share code, notes, and snippets.

@XerShade
Created October 4, 2022 21:26
Show Gist options
  • Save XerShade/ca527d407271225721fefdbb9608b293 to your computer and use it in GitHub Desktop.
Save XerShade/ca527d407271225721fefdbb9608b293 to your computer and use it in GitHub Desktop.
A test person json data file used for unit testing.
{
"$id": "1",
"$type": "XerShade.UnitTesting.Models.Person, XerShade.UnitTesting",
"FirstName": "John",
"LastName": "Doe",
"Age": 33
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment