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?



1 Like

Your current code:

You should change this to:

println GlobalVariable.FM3H_id

or

print GlobalVariable.FM3H_id + "\n"
1 Like

Thanks a lot @kazurayam