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

json deserialize: check for instances of Array and Object #1353

Merged
merged 3 commits into from
Nov 22, 2018
Merged

json deserialize: check for instances of Array and Object #1353

merged 3 commits into from
Nov 22, 2018

Conversation

andreastt
Copy link
Member

@andreastt andreastt commented Nov 7, 2018

Similarly to #1351, we want
to run instance checks on JS Array and Object.

This patch relates to #1347.


Preview | Diff

Similarly to #1351, we want
to run instance checks on JS Array and Object.

This patch relates to #1347.
<dt>type <a>Array</a>
<dt>type <a>Object</a>
<dt>instance of <a>Array</a>
<dt>instance of <a>Object</a>
Copy link
Member

@christian-bromann christian-bromann Nov 7, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actually in JS land object is a type and array an instance (from type object)

@AutomatedTester AutomatedTester merged commit 0ccf553 into w3c:master Nov 22, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants