Skip to content

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
mholt committed Nov 30, 2014
1 parent ee08347 commit c9bb4bb
Showing 1 changed file with 18 additions and 2 deletions.
20 changes: 18 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,20 @@
JSON-to-Go
[JSON-to-Go](https://mholt.github.io/json-to-go)
==========

Translates JSON into a Go type definition. [See it in action.](http://mholt.github.io/json-to-go)
[<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)

Translates JSON into a Go type definition. [Check it out!](http://mholt.github.io/json-to-go)

Things to note:

- The script sometimes has to make some assumptions, so give the output a once-over.
- The output is indented, but not formatted. Use `go fmt`!

Contributions are welcome! Open a pull request to fix a bug, or open an issue to discuss a new feature or change.


### Credits

JSON-to-Go is brought to you by Matt Holt.

The Go Gopher is originally by Renee French. This artwork is an adaptation.

0 comments on commit c9bb4bb

Please sign in to comment.