Simple Java utility library/class for conversion of string to map. The main motivation for this library is to have tool to process more items in one property string of Java resource bundle.
E.g.: "label:Help|mnemonic:H|shortcut:ALT+F1"
This will result in map: ["label":"Help", "mnemonic":"H", "shortcut":"Alt+F1"]