Registry / serialization / velocidex-ordereddict

velocidex-ordereddict

JSON →
library0.0.0-20230909174157-2aa49cc5d11dgogounverified

Provides an ordered dictionary implementation with JSON serialization support.

go get github.com/Velocidex/ordereddict
INSTALL
IMPORT
SIG · VELOCIDEX-ORDEREDD
V
velocidex-ordereddict
serializationgov0.0.0-20230909174157-2aa49cc5d11d
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.

ordereddict
✓ github.com/Velocidex/ordereddict

Create and use an ordered dictionary.

package main import ( "fmt" "github.com/Velocidex/ordereddict" ) func main() { dict := ordereddict.NewDict() dict.Set("key", "value") fmt.Println(dict.Get("key")) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0-20230909174157-2aa49cc5d11dlatest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
13 hits · last 30 days
node
12
OpenAI (training)
1
Resources
velocidex-ordereddict — go get velocidex-ordereddict · libregistry