Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

include object in toJson not work #788

Closed
4 tasks done
mbfakourii opened this issue Sep 16, 2022 · 1 comment · Fixed by #789
Closed
4 tasks done

include object in toJson not work #788

mbfakourii opened this issue Sep 16, 2022 · 1 comment · Fixed by #789
Labels
type:bug Impaired feature or lacking behavior that is likely assumed

Comments

@mbfakourii
Copy link
Member

mbfakourii commented Sep 16, 2022

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
@parse-github-assistant
Copy link

parse-github-assistant bot commented Sep 16, 2022

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.

@mbfakourii mbfakourii changed the title include objects in toJson not work include object in toJson not work Sep 16, 2022
@mtrezza mtrezza added the type:bug Impaired feature or lacking behavior that is likely assumed label Sep 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:bug Impaired feature or lacking behavior that is likely assumed
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants