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

Incorrect JSON syntax produced by ConstraintSet#writeState (WriteJsonEngine) #770

Open
MairwunNx opened this issue Dec 1, 2022 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@MairwunNx
Copy link

JSON produced by ConstraintSet$WriteJsonEngine from method ConstraintSet#writeState(0) does not follows RFC 8259 or 4627 standards.

For example in WriteJsonEngine as key punctuators used single quote but expected double quote.

@MairwunNx MairwunNx added the bug Something isn't working label Dec 1, 2022
@jafu888
Copy link
Collaborator

jafu888 commented Dec 2, 2022

This was an experimental that will probably be removed.
(That is why it is not documented.)
We are developing a standalone class that generates JSON from a ConstraintLayout

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants