IntelliJ warning about 'getAt' with int on JSON array

后端 未结 0 1039
深忆病人
深忆病人 2021-01-17 01:17

Take the following line of Groovy code:

def var = response.responseData._embedded.someArray[5]

This nicely returns the fifth element of the J

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