Json handling in ROBOT
问题 I have a Json file , in which there is a field which i need to edit and save the file for next usage. But the field which i need to edit is as shown below, The val i need to assing fr the field is generated Randomly in run time which i'll be capturing in a variable and pass it to this json specific key "dp" then save the json. The saved json will be used for REST POST url. { "p": "10", "v": 100, "vt": [ { "dp": "Field to be edited"(integer value) , ] } Please help me out , I am using ROBOT