techhub.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
A hub primarily for passionate technologists, but everyone is welcome

Administered by:

Server stats:

4.9K
active users

Sal Rahman

I think I found a decent solution to unmarshalling JSON-LD in Go.

Use Mitchell Hashimoto's mapstructure library.

#Go#GoLang#JSONLD

@manlycoffee This looks like a very good find. I hope it works out well!

I basically gave up on unmarshalling things directly and made a library that acts like a facade - pulling individual values out of whatever data we can find.

One way or the other, everything with JSON-LD feels super brittle.