Open lue-bird opened 2 years ago
Encode.object
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.
Value
Encode.object
propertiesNote: 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.