Skip to content

JSON.stringify correctness issue #112

@mathiasbynens

Description

@mathiasbynens
$ eshost -x 'var allString = true; JSON.stringify([1,2,3,4,5], function(k,v){allString = allString && (typeof k == "string"); return v}); print(allString)'
#### Chakra
true

#### JavaScriptCore
true

#### SpiderMonkey
true

#### V8
true

#### V8 --harmony
true

#### XS
false

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions