Registry / serialization / velocidex-json

velocidex-json

JSON →
library0.0.0-20220224052537-92f3c0326e5agogounverified

Implements encoding and decoding of JSON as defined in RFC 7159.

go get github.com/Velocidex/json
INSTALL
IMPORT
SIG · VELOCIDEX-JSON
V
velocidex-json
serializationgov0.0.0-20220224052537-92f3c0326e5a
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.

json
github.com/Velocidex/json

Marshals a map to JSON.

package main import ( "fmt" "github.com/Velocidex/json" ) func main() { data, _ := json.Marshal(map[string]string{"key": "value"}) fmt.Println(string(data)) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0-20220224052537-92f3c0326e5alatest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
10 hits · last 30 days
node
8
Amazon
1
OpenAI (training)
1
Resources
velocidex-json — go get velocidex-json · libregistry