Question
Dynamic UI components building using API JSON response
I have to create Dynamic UI meaning based on the API JSON response received.
I will be receiving the input type like check box or input and all the other attributes in JSON response, using that can i create the component and create dynamic UI?
