Display JSON Data in HTML Table

后端 未结 9 2127
既然无缘
既然无缘 2020-11-27 03:47

I get the following JSON String from server as response

[{\"city\":\"AMBALA\",\"cStatus\":\"Y\"},{\"city\":\"ASANKHURD\",\"cStatus\":\"Y\"},{\"city\":\"ASSA         


        
9条回答
  •  醉话见心
    2020-11-27 04:42

    Try this:

      
        
        
            Convert JSON Data to HTML Table
            
        
        
            
            

提交回复
热议问题