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

Loosely typed array #22

Open
ziqul opened this issue Jul 28, 2017 · 0 comments
Open

Loosely typed array #22

ziqul opened this issue Jul 28, 2017 · 0 comments

Comments

@ziqul
Copy link

ziqul commented Jul 28, 2017

This piece of code:

{
	"new": 2,
	"Integer": {
		"class": false,
		"interface": "awd"
	},
	"a": [
		{
			"b": 2,
			"f": false
		},
		{
			"f": [
				"f",
				false,
				{
					"k": "awd",
					"m": false
				}
			]
		}
	]
}

gave me this result:
image

My assumption it's because of loosely typed array in loosely typed array, but this is just an assumption.

@ziqul ziqul changed the title Loosely typed array. Loosely typed array Jul 28, 2017
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

No branches or pull requests

1 participant