[redis-json](../README.md) › [IParser](iparser.md)

# Interface: IParser

Parser will be used to convert the string
back to custom object when `get` is called

## Hierarchy

* **IParser**

## Indexable

* \[ **constructorName**: *string*\]: function

Parser will be used to convert the string
back to custom object when `get` is called

▸ (`val`: string): *any*

**Parameters:**

Name | Type |
------ | ------ |
`val` | string |
