Created
May 13, 2023 06:39
-
-
Save moenk/813724392805850cd42118b895d30915 to your computer and use it in GitHub Desktop.
UiPath VB .net JSON array to DataTable
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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