I've config like this with a map PurchaseDates :
AppConfig{
PurchaseDates:{"PURCHASE":"ENTITLEMENTDATE","STOCK_SUBSCRIPTION_PURCHASE":"SSENTITLEMENTDATE"}
}
How do I parse this PurchaseDates map in JAVA code using TypeSafe Config ?
TypeSafe has built-in support for reading maps from config , so no special handling is needed .