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.

serialization
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.

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 footguns

No known footguns recorded.

Upgrade
Version history

Breaking-change detection hasn't run for this library yet.

Audit
Security & dependencies

CVE tracking and dependency tree are planned for a later release.

Agent activity
16 hits · last 30 days
gptbot
3
amazonbot
3
claudebot
3
mj12bot
1
ahrefsbot
1
Resources