all repos

json2go @ 07ff9b99d6aa0cd06e37104c27958a0d2c7a53d2

convert json to go type annotations

json2go/go.mod (view raw)

Oleksandr Smirnov Oleksandr Smirnov
olexsmir@gmail.com
refactor: use an actual parser instead of reflection..., 2 months ago
1
module olexsmir.xyz/json2go
2
3
go 1.25.3
4
5
tool golang.org/x/tools/cmd/stringer
6
7
require (
8
	golang.org/x/mod v0.36.0 // indirect
9
	golang.org/x/sync v0.20.0 // indirect
10
	golang.org/x/tools v0.45.0 // indirect
11
)