v0.0.51
- Implemented CallingCodes trait for retrieving international telephone calling-code data from a JSON file. - Implemented Countries trait for accessing world country data, including ISO codes and other details. - Implemented Currencies trait for fetching currency data based on ISO country codes. - Each trait includes methods for reading and decoding JSON data, ensuring robust error handling.