Json array values gives null, slurper do not prints full JSon in har file

Katalon api while prints the result gives null only printing the 1st value of arraylist out of 300

image

def slurper = new groovy.json.JsonSlurper()
def result = slurper.parseText(response.getResponseBodyContent())
//println(result)
def cfld = result.newFields[493].stringValue

shows null

checked the har file too it does not have all the newFields

how to print all full JSON result ?

Can you show how did you come up with your response object?

response = WS.sendRequest(findTestObject(‘Project/2CreateIteam’))