Skip to content

Instantly share code, notes, and snippets.

@bjoerntx

bjoerntx/test.cs Secret

Created August 3, 2023 17:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bjoerntx/f5f6ba75603bced05e3220b7937b4fe6 to your computer and use it in GitHub Desktop.
Save bjoerntx/f5f6ba75603bced05e3220b7937b4fe6 to your computer and use it in GitHub Desktop.
string json = File.ReadAllText(@"data.json");
var data = JsonConvert.DeserializeObject<List<JObject>>(json);
CreateTable(data);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment