We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
constructor
> parseJsonStringToAeson "{\"constructor\": \"Just\"}" (Left (TypeMismatch "JSON String")) > parseJsonStringToAeson "{\"constructo\": \"Just\"}" (Right {"constructo":"Just"})
it comes from this library:
> 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` }
The text was updated successfully, but these errors were encountered:
moved to mlabs-haskell/purescript-aeson#16
Sorry, something went wrong.
No branches or pull requests
it comes from this library:
We should probably initialize it with
The text was updated successfully, but these errors were encountered: