将json对象格式转换为url

时间:2019-05-17 12:49:38

标签: angular5

如何将json对象格式转换为url api如何在具有json formate的下面的角度5中进行转换如何将此json对象转换为url

res.json

[

    { 
        "name": "FXCR", 
        "price": 98, 
        "qty": 5
     },
    {
        "name": "Skyres",
         "price": 120, 
         "qty": 15 
        },
    { 
        "name": "FXCR",
        "price": 98,
        "qty": 5 
    },
    { 
        "name": "FXCR",
        "price": 98,
        "qty": 5
     },
    {
         "name": "HouseKeeping",
         "price": 10,
          "qty" :25
         },
    { 
        "name": "Skyres"
        ,"price": 50,
         "qty" :15
         }

]

0 个答案:

没有答案