how to read nested JSON values along with direct JSON fields to display.
Summary
how to read nested JSON values along with direct JSON fields to display.Content
Hi,
I have data from external service as below. I have created a BOP with properties as id,name,appid with propertytype as key,text,text respectively. I have to read services object and have to display that data also, how is it possible. Which property type we need to use to reference the services in the below data. Any help from anyone.
rest data:
{"id":1,"name":"simple","appid":100,"services":[{"id":1,"name":"some"}]}
1