We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38571bb commit 7d39025Copy full SHA for 7d39025
README.md
@@ -1,6 +1,7 @@
1
# js-java-properties
2
3
-This is a small library that provides utilities to parse and manipulate Java properties files.
+This is a small library that provides utilities to parse and
4
+manipulate [Java properties](https://docs.oracle.com/javase/9/docs/api/java/util/Properties.html) files.
5
6
Intended mostly for the tools that need to modify existing property file, without reformatting the contents.
7
That is achieved by using string array as a backing storage. If you want only to read the properties,
0 commit comments