Hacker News

I designed Fruit Ninja [video]

Hacker News - Thu, 09/12/2024 - 8:16pm
Categories: Hacker News

OpenAI O1-Preview

Hacker News - Thu, 09/12/2024 - 7:14pm
Categories: Hacker News

Show HN: Generate Go structs from multiple JSON objects

Hacker News - Thu, 09/12/2024 - 7:14pm

If you need to unmarshal arbitrary JSON or YAML data (e.g. consuming data from a REST/JSON endpoint with no defined schema) then https://github.com/twpayne/go-jsonstruct will automatically create your Go structs for you. What's special about go-jsonstruct compared to other JSON-to-Go generators, is that go-jsonstruct can accept multiple documents as input and generate the most specific Go struct into which all of the documents can be unmarshalled. You can give it a few example responses from your REST/JSON endpoint and go-jsonstruct will infer the struct for you.

Comments URL: https://news.ycombinator.com/item?id=41526635

Points: 1

# Comments: 0

Categories: Hacker News

Whither the Apple AGX graphics driver?

Hacker News - Thu, 09/12/2024 - 7:08pm

Article URL: https://lwn.net/Articles/988438/

Comments URL: https://news.ycombinator.com/item?id=41526597

Points: 2

# Comments: 0

Categories: Hacker News

Pages