Exclude Odata metadata and type from JSON

前端 未结 1 1861
慢半拍i
慢半拍i 2021-01-27 18:06

The script below return a JSON from my ODataController



        
相关标签:
1条回答
  • 2021-01-27 18:50

    If you add an "Accept: application/json; odata.metadata=none" header to your request you will get as close as you can to what you want.

    0 讨论(0)
提交回复
热议问题