Hello,
I have invoke a REST API and able to deserialize the JSON.
My response is having inputstream/blob
I want to generate xlsx file out of this response. How can I create it?
Hello Namrata,
In this video I do a lot of stuff with JSON (Chapter included) :
0:45 Install Deserialize JSON
1:10 Present all types of JSON that will use
1:35 Deserialize simple JSON
2:50 Deserialize a JSON with an Object inside
3:55 Deserialize a JSON with Array inside
6:00 When we use Deserialize JSON Array activity
7:00 Deserialize a JSON with a List of Strings inside
9:45 Create a simple JSON
11:05 Create a JSON with an Object inside
12:17 Create a JSON with Array inside
14:05 Create a JSON with a List of Strings inside
15:55 Datatable to JSON
17:50 JSON to Datatable
Thanks,
Cristian Negulescu