Registry / serialization / couchbaselabs-jsonx-v1

couchbaselabs-jsonx-v1

JSON →
library1.0.1gogounverified

JSON extension utilities for Go.

go get gopkg.in/couchbaselabs/jsonx.v1
INSTALL
IMPORT
SIG · COUCHBASELABS-JSON
C
couchbaselabs-jsonx-v1
serializationgov1.0.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.

jsonx
gopkg.in/couchbaselabs/jsonx.v1

Marshal a map to JSON using jsonx.

package main import ( "fmt" "gopkg.in/couchbaselabs/jsonx.v1" ) func main() { data := jsonx.MustMarshal(map[string]int{"a": 1}) fmt.Println(string(data)) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
11 hits · last 30 days
node
10
Resources
couchbaselabs-jsonx-v1 — go get couchbaselabs-jsonx-v1 · libregistry