dreamscached / MineQuery

📡 Minecraft Server List Ping library written in Go
https://pkg.go.dev/github.com/dreamscached/minequery/v2
MIT License
27 stars 4 forks source link

Use custom JSON unmarshaller #44

Closed dreamscached closed 1 year ago

dreamscached commented 1 year ago

Some projects might require usage of custom JSON unmarshaller that is more efficient than encoding/json from stdlib. For this purpose it's necessary that we add support for this feature.