clovyr / aeson-yaml

Encode any Aeson (JSON) value as YAML (in pure Haskell)
https://hackage.haskell.org/package/aeson-yaml
BSD 3-Clause "New" or "Revised" License
12 stars 7 forks source link

Encode CIDR string using single quote #8

Open TristanCacqueray opened 4 years ago

TristanCacqueray commented 4 years ago

This change makes CIDR string encoded using the same quote as IP address.

Fixes #7