Convert
Serialize and deserialize between Go values, JSON, and YAML.
| Modifier | Description |
|---|
from | From parses the string value as the given format and returns the parsed result. |
json | JSON serializes the value to a JSON string. |
markdown | Markdown converts an HTML string to Markdown. |
yaml | YAML serializes or parses a value as YAML. |
How is this guide?