Skip to content

JSON.stringify and Prototype #17

@edsu

Description

@edsu

I ran into some strange list flattening behavior when objects were passed over the channel, and tracked it down to Prototype changing the behavior of JSON.stringify which is discussed here. The app I am working on is injected into pages outside of my control, so I need to make sure that Prototype's JSON.stringify isn't being used.

My question is, does it make sense for jschannel to make sure that this broken JSON.stringify from Prototype isn't being used accidentally, to save other people the heartache of tracking down this problem? Or is this something that I should do in my app?

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