Registry / serialization / encoding-edn

encoding-edn

JSON →
library0.0.0-20201019073823-d3554ca0b0a3gogounverified

Package edn implements encoding and decoding of EDN values as defined in the EDN format specification.

go get olympos.io/encoding/edn
INSTALL
IMPORT
SIG · ENCODING-EDN
E
encoding-edn
serializationgov0.0.0-20201019073823-d3554ca0b0a3
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.

edn
olympos.io/encoding/edn

Unmarshal a simple EDN map

package main import ( "fmt" "olympos.io/encoding/edn" ) func main() { var v map[string]interface{} _ = edn.Unmarshal([]byte(`{:foo 42}`), &v) fmt.Println(v) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0-20201019073823-d3554ca0b0a3latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources