haskell / aeson

A fast Haskell JSON library
Other
1.26k stars 321 forks source link

A line in the descriptions of `.:?=` and `.:!=` got mixed up? #1049

Closed Vlix closed 10 months ago

Vlix commented 1 year ago

The .:!= description says "...or the field is null and...", which is then immediately contradicted with the line after. And in the descriptions of .:? and .:!, the "or the field is null" line is in the .:? description.