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

Allow constructor property in Json #16

Open
klntsky opened this issue Jun 22, 2023 · 0 comments
Open

Allow constructor property in Json #16

klntsky opened this issue Jun 22, 2023 · 0 comments

Comments

@klntsky
Copy link
Member

klntsky commented Jun 22, 2023

> parseJsonStringToAeson "{\"constructor\": \"Just\"}"
(Left (TypeMismatch "JSON String"))

> parseJsonStringToAeson "{\"constructo\": \"Just\"}"  
(Right {"constructo":"Just"})

it comes from our fork of json-bigint lib:

> jsonBigint.parse("{\"constructor\": \"Just\"}")

Uncaught:
{
  name: 'SyntaxError',
  message: 'Object contains forbidden constructor property',
  at: 16,
  text: '{"constructor": "Just"}'
}

We should probably initialize it with

{ constructorAction: 'preserve` }
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