Skip to content

Commit c9bb4bb

Browse files
committed
Updated README
1 parent ee08347 commit c9bb4bb

File tree

1 file changed

+18
-2
lines changed

1 file changed

+18
-2
lines changed

README.md

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,20 @@
1-
JSON-to-Go
1+
[JSON-to-Go](https://mholt.github.io/json-to-go)
22
==========
33

4-
Translates JSON into a Go type definition. [See it in action.](http://mholt.github.io/json-to-go)
4+
[<img src="https://mholt.github.io/json-to-go/resources/images/json-to-go.png" alt="JSON-to-Go converts JSON to a Go struct"></a>](https://mholt.github.io/json-to-go)
5+
6+
Translates JSON into a Go type definition. [Check it out!](http://mholt.github.io/json-to-go)
7+
8+
Things to note:
9+
10+
- The script sometimes has to make some assumptions, so give the output a once-over.
11+
- The output is indented, but not formatted. Use `go fmt`!
12+
13+
Contributions are welcome! Open a pull request to fix a bug, or open an issue to discuss a new feature or change.
14+
15+
16+
### Credits
17+
18+
JSON-to-Go is brought to you by Matt Holt.
19+
20+
The Go Gopher is originally by Renee French. This artwork is an adaptation.

0 commit comments

Comments
 (0)