Skip to content

Instantly share code, notes, and snippets.

@moenk
Created May 13, 2023 06:39
Show Gist options
  • Save moenk/813724392805850cd42118b895d30915 to your computer and use it in GitHub Desktop.
Save moenk/813724392805850cd42118b895d30915 to your computer and use it in GitHub Desktop.
UiPath VB .net JSON array to DataTable
dtResponse = Newtonsoft.Json.JsonConvert.DeserializeObject(Of DataTable)(strResponse)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment