79438846

Date: 2025-02-14 09:13:20
Score: 2
Natty:
Report link

That looks like a JSON string converted to JSON. I suspect mResultFromDialogFlow.get("parameters") already returns a JSON string. With toJson(), you convert a JSON string to JSON.

If you try

Properties data = _gson.fromJson(mResultFromDialogFlow.get("parameters"), Properties.class); it'll probably work.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: FatimÉ™ Qarayeva