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

Loading via URI and Reader #31

Closed AlessioDP closed 4 years ago

AlessioDP commented 4 years ago

Hello, this is my changes that I usually use in my plugins :)

Loading via URI:

Loading via Reader:

Carleslc commented 4 years ago

I've added the option to parse comments from the reader. Also with InputStream.

See here. Released in 1.7.1.