Unable to deserialize json

I have called an HTTP request to an API and getting the response in a JSON file in the following format:
{“result”:[{“number”:“xyzabcd”,“sys_id”:“123456789”,…]}
When I am trying to deserialize this object it’s throwing an error because of the presence of the “result” item in the beginning. How do I overcome this?

@Akshay_Patti

I think you need to use deserialize json array activity as it appears to be an array of items from the snippet you provided.

Not able to assign the output of Deserialize JSON array to a datatable. How do I do that?

Can you please upload your json file. and also please refer the post Deserialize json array not working!

Thanks @Madhavi issue resolved