Hello,
I’m making an API request that returns a string and, when i convert it to json, it returns me 4 JObjects, with the first one having the data that must be included in a datatable.
The result of the request is something like:
{“usefulfied”:[{“field1”:value1,“field2”:" value2}, “field1”:value3,“field2”:" value4}], “uselessfield1”:,“uselessfield2”:false,“uselessfiel3d”:true}
How can i convert this first JObject to a DataTable?