## parse()


Parse text into a dictionary.


Usage


``` python
parse(text)
```


## Parameters


`text: str`  
The text to parse.


## Returns


`dict`  
The parsed result.
