Unparse function
オープン
- 主要言語
- Go
- スター
- 4
- フォーク
- 0
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
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.
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
調査の方向性
Look at the existing parsing code to understand the SHON format. The new Unparse function must serialize any Go object to SHON strings. Start by examining the public API and existing tests to see how objects are currently parsed. Write tests for Unparse to verify it produces valid SHON from various inputs, then implement the function to match the format.
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- go
- 領域
- cli, tooling
- issue の種類
- 機能追加
- 難易度
- 3/5
- 見積もり時間
- 1〜2日
- 活発さ
- 停滞
- 明瞭さ
- 明確に書かれている
- 初心者へのやさしさ
- 65/100