dcbc7bf71d
This change adds extension to the CIDR and IPAddress types to implement custom encode/decode functions for `Codable` conformance to use their string representation as the output from encode and input to decode. This would make the output from encoding this type (e.g. JSON) more human-readable rather than using the internal integer representation.