Carleslc / Simple-YAML

This Java API provides an easy-to-use way to store data and provide configurations using the YAML format.
https://carleslc.me/Simple-YAML
GNU General Public License v3.0
130 stars 38 forks source link

Add a method for ConfigurationSection. #26

Closed portlek closed 4 years ago

portlek commented 4 years ago

I think a method that parse configuration section's key-values with just primitive types should be useful. The problem with getValues() method that is including ConfigurationSection object instead a map.