all repos

json2go @ 25c3e78e251376f28f9f934321ccb05ae9ed8c8b

convert json to go type annotations

json2go/cmd/json2go/main.go(view raw)

1
2
3
4
5
6
7
8
9
package main

// todo: piped / sedin
// todo: passed as argument
// todo: read from file
// todo: set name of the type

func main() {
}