Parse-SDK-Flutter icon indicating copy to clipboard operation
Parse-SDK-Flutter copied to clipboard

include object in toJson not work

Open mbfakourii opened this issue 3 years ago • 1 comments

New Issue Checklist

Issue Description

to json does not work correctly in full=true mode when we use includeObject and the value is List

Steps to reproduce

I used tojson(full = true) to convert ParseObject to json and the output does not contain fully data my object has includeObject data in arraye

Actual Outcome

The output should include the full include objects in the list

Expected Outcome

The output is without full data and only contains pointers

Parse Flutter SDK

  • SDK version: 3.1.3
  • Operating system version: 11

Server

  • Parse Server version: 5.2.5

mbfakourii avatar Sep 16 '22 14:09 mbfakourii

Thanks for opening this issue!

  • ❌ Please edit your post and use the provided template when creating a new issue. This helps everyone to understand your post better and asks for essential information to quicker review the issue.