Result object containing the string value.
Value exists:
{ value: 'john_doe' } Copy
{ value: 'john_doe' }
Value not found:
{ value: null } Copy
{ value: null }
The stored string value, or null if not found.
Result object containing the string value.
Example
Value exists:
Example
Value not found: