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
==
Value
Encode.object
True
Json.Decode.Value
Note: It is discouraged to actively call == on js Json.Encode/Decode.Values:
Json.Encode/Decode.Value
Should compile-time constraints on == be introduced, Values would be disallowed from being compared, allowing these cases could be ignored.
The text was updated successfully, but these errors were encountered:
Bytes
No branches or pull requests
Encode.object
propertiesTrue
for values that aren’t equal elm/json#30==
onJson.Decode.Value
s can throw runtime exceptions elm/json#29Note: It is discouraged to actively call
==
on jsJson.Encode/Decode.Value
s:Should compile-time constraints on
==
be introduced,Value
s would be disallowed from being compared, allowing these cases could be ignored.The text was updated successfully, but these errors were encountered: