Properties File Format
From Jin
For the purposes needed by Jin, a properties file is simply a text file where each line has the following format:
propertyName = propertyValue
where propertyValue may contain \n or any of the other standard escapes.
