How can I access nested objets in JSON with JS / Ajax request

后端 未结 0 1720
栀梦
栀梦 2021-02-14 21:06

I have a nested JSON and want to access the data via ajax request and fill a table in html.

The JSON looks like this:

{
  sum: {
    total: 2,
  },
  data:         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题