load From String
Attempts to create an instance of KeyValue from the given input text. This method will swallow any exceptions that occur when reading, use readAsText if you wish to handle exceptions.
Return
a KeyValue instance if the load was successful, or
Parameters
input
The input text to load.