Registry / serialization / liamg-jfather

liamg-jfather

JSON →
library0.0.9gogounverified

A Go library for parsing JSON with structural typing and error handling.

go get github.com/liamg/jfather
INSTALL
IMPORT
SIG · LIAMG-JFATHER
L
liamg-jfather
serializationgov0.0.9
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

jfather
github.com/liamg/jfather

Unmarshal JSON with structural typing

package main import ( "fmt" "github.com/liamg/jfather" ) func main() { var data interface{} err := jfather.Unmarshal([]byte(`{"key":"value"}`), &data) if err != nil { panic(err) } fmt.Println(data) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.9latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
liamg-jfather — go get liamg-jfather · libregistry