properties-file-parser 0.1.4

This is a project for .properties file parsing (https://en.wikipedia.org/wiki/.properties)
Documentation
1
2
3
4
5
6
key1: val1

key2=val2

key3 val3

#comment

!another comment

key4