Response Body: Json value is coming with log date, what is wrong?

I need the “_id” value from my Json response, but it’s coming with date info. What should I do?

Your current code:

You should change this to:

println GlobalVariable.FM3H_id

or

print GlobalVariable.FM3H_id + "\n"

Thanks a lot @kazurayam