Forum Discussion

Ludo15101966's avatar
Ludo15101966
Contributor
7 years ago

JsonSlurper

Hello, I was previously using the groovy class JsonSlurper to edit a json before sending it to REST web services   seems that the class is no more supported   what is the workaround to do t...
  • MoUddin's avatar
    MoUddin
    7 years ago

    Have you imported JsonSlurper into your script with:

    import groovy.json.JsonSlurper

     

    Mo