Registry / serialization / leakix-l9format

leakix-l9format

JSON →
library1.3.1gogounverified

A Go library for parsing and handling the L9 data format used by LeakIX for security data.

go get github.com/LeakIX/l9format
INSTALL
IMPORT
SIG · LEAKIX-L9FORMAT
L
leakix-l9format
serializationgov1.3.1
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.

l9format
github.com/LeakIX/l9format

Parses L9 format data and prints the result.

package main import ( "fmt" "github.com/LeakIX/l9format" ) func main() { data := l9format.Parse([]byte("...")) fmt.Println(data) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Amazon
1
Resources
leakix-l9format — go get leakix-l9format · libregistry