go-ujson icon indicating copy to clipboard operation
go-ujson copied to clipboard

a pure Go port of ultrajson

go-ujson

A pure Go port of ultrajson with a go-simplejson like interface.

$ go test -bench ".*"
PASS
BenchmarkUjson	  500000	      4970 ns/op	  20.12 MB/s
BenchmarkStdLib	  200000	     10323 ns/op	   9.69 MB/s

WARNING: very early stages of a public API