Unparse function
Open
- Dominant language
- Go
- Stars
- 4
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
We should add a function that serializes an arbitrary object to SHON.
```go
func Unparse(obj any) ([]string, error)
```
The playground can become bidirectional between JSON and SHON.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.