Returns the new instance of CID based on json.
json
factory CID.fromJson(final Map<String, dynamic> json) => CID.parse(json[_defaultJsonKey]);