We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Array properties are not supported by JSON standard, they should be ignored.
This issue appeared because Polymer adds property splices to arrays, which leads to crazy behavior of json-patch.
splices
json-patch
cc @warpech, @tomalec
The text was updated successfully, but these errors were encountered:
Fix _objectKeys to ignore array properties
bac89d6
#84
Add ignore array properties test
5e0dca5
Fix _objectKeys method
7b6c9df
Update TypeScript version
205d339
#84 #82
Fixed and released as 0.5.5.
0.5.5
Sorry, something went wrong.
miyconst
No branches or pull requests
Array properties are not supported by JSON standard, they should be ignored.
This issue appeared because Polymer adds property
splices
to arrays, which leads to crazy behavior ofjson-patch
.cc @warpech, @tomalec
The text was updated successfully, but these errors were encountered: