Nessuna descrizione

Tao Wen a3a2d1cd25 #87 fix embedded field sorting order 8 anni fa
assert cfffa29c8a gofmt 8 anni fa
extra cf77980493 #71 fixed []byte alias 8 anni fa
output_tests c1411e0ad5 Add test for json tag on embedded field 8 anni fa
require 101dfdbb2a fix 4 fields object decoding 9 anni fa
.gitignore ec7b40d104 update ignore 8 anni fa
LICENSE 923358c07e Initial commit 9 anni fa
README.md 0c0c9f119f update value proposition 8 anni fa
example_test.go f5edf564c8 gofmt 8 anni fa
feature_adapter.go 678c297af3 #75 support MarshalIndent 8 anni fa
feature_any.go f5edf564c8 gofmt 8 anni fa
feature_any_array.go f5edf564c8 gofmt 8 anni fa
feature_any_bool.go baca358b53 add MustBeValid to Any 8 anni fa
feature_any_float.go f5edf564c8 gofmt 8 anni fa
feature_any_int32.go baca358b53 add MustBeValid to Any 8 anni fa
feature_any_int64.go baca358b53 add MustBeValid to Any 8 anni fa
feature_any_invalid.go baca358b53 add MustBeValid to Any 8 anni fa
feature_any_nil.go baca358b53 add MustBeValid to Any 8 anni fa
feature_any_number.go f5edf564c8 gofmt 8 anni fa
feature_any_object.go f5edf564c8 gofmt 8 anni fa
feature_any_string.go f5edf564c8 gofmt 8 anni fa
feature_any_uint32.go baca358b53 add MustBeValid to Any 8 anni fa
feature_any_uint64.go baca358b53 add MustBeValid to Any 8 anni fa
feature_config.go 678c297af3 #75 support MarshalIndent 8 anni fa
feature_iter.go 306b2896cf #68 string to int 8 anni fa
feature_iter_array.go 818ae1331a #68 number to string 8 anni fa
feature_iter_float.go 818ae1331a #68 number to string 8 anni fa
feature_iter_int.go ff3c624fa9 fix anonymous fields 8 anni fa
feature_iter_object.go 818ae1331a #68 number to string 8 anni fa
feature_iter_skip.go 818ae1331a #68 number to string 8 anni fa
feature_iter_string.go 818ae1331a #68 number to string 8 anni fa
feature_pool.go 985e263300 #61 removed internal buffer from lazy array and object; jsoniter.Get replaced jsoniter.UnmarshalAny 8 anni fa
feature_reflect.go 84fa033353 #80 fix the case when embedded struct ptr is nil 8 anni fa
feature_reflect_array.go 1253b8edd3 gofmt 8 anni fa
feature_reflect_extension.go a3a2d1cd25 #87 fix embedded field sorting order 8 anni fa
feature_reflect_map.go 545a32f2a1 #76 support TextUnmarshal 8 anni fa
feature_reflect_native.go 1253b8edd3 gofmt 8 anni fa
feature_reflect_object.go 1253b8edd3 gofmt 8 anni fa
feature_reflect_slice.go f771d32291 #70 decode null to nil for map/slice 8 anni fa
feature_stream.go 678c297af3 #75 support MarshalIndent 8 anni fa
feature_stream_float.go d0418857ce #53 move current config EnableXXX 8 anni fa
feature_stream_int.go d0418857ce #53 move current config EnableXXX 8 anni fa
feature_stream_string.go 8f8e16b4c2 #63 keep struct field order 8 anni fa
jsoniter_adapter_test.go 678c297af3 #75 support MarshalIndent 8 anni fa
jsoniter_any_array_test.go f5edf564c8 gofmt 8 anni fa
jsoniter_any_bool_test.go f5edf564c8 gofmt 8 anni fa
jsoniter_any_float_test.go f5edf564c8 gofmt 8 anni fa
jsoniter_any_int_test.go f5edf564c8 gofmt 8 anni fa
jsoniter_any_map_test.go f5edf564c8 gofmt 8 anni fa
jsoniter_any_null_test.go f5edf564c8 gofmt 8 anni fa
jsoniter_any_object_test.go f5edf564c8 gofmt 8 anni fa
jsoniter_any_string_test.go f5edf564c8 gofmt 8 anni fa
jsoniter_array_test.go 3b883aeffc #63 add more tests for json.RawMessage 8 anni fa
jsoniter_bool_test.go 8ab46965bd extract out any tests 8 anni fa
jsoniter_customize_test.go 486534c67c #67 time as int64 8 anni fa
jsoniter_demo_test.go b31b1301e2 #59 add ConfigFastest 8 anni fa
jsoniter_find_end_test.go b31b1301e2 #59 add ConfigFastest 8 anni fa
jsoniter_fixed_array_test.go f5edf564c8 gofmt 8 anni fa
jsoniter_float_test.go 39c9bb226a fix lossy float marshal and omit empty 8 anni fa
jsoniter_int_test.go 8ab46965bd extract out any tests 8 anni fa
jsoniter_interface_test.go e6c24947ee array is just like struct, one element case special for interface{ 8 anni fa
jsoniter_io_test.go b31b1301e2 #59 add ConfigFastest 8 anni fa
jsoniter_iterator_test.go 8ab46965bd extract out any tests 8 anni fa
jsoniter_large_file_test.go b31b1301e2 #59 add ConfigFastest 8 anni fa
jsoniter_map_test.go ff3c624fa9 fix anonymous fields 8 anni fa
jsoniter_nested_test.go 818ae1331a #68 number to string 8 anni fa
jsoniter_null_test.go f771d32291 #70 decode null to nil for map/slice 8 anni fa
jsoniter_object_test.go a3a2d1cd25 #87 fix embedded field sorting order 8 anni fa
jsoniter_optional_test.go d0418857ce #53 move current config EnableXXX 8 anni fa
jsoniter_raw_message_test.go f5edf564c8 gofmt 8 anni fa
jsoniter_reflect_native_test.go b31b1301e2 #59 add ConfigFastest 8 anni fa
jsoniter_skip_test.go f5edf564c8 gofmt 8 anni fa
jsoniter_stream_test.go b31b1301e2 #59 add ConfigFastest 8 anni fa
jsoniter_string_test.go 81e64121ba #71 fix html escape for string alias 8 anni fa

README.md

rcard

A high-performance 100% compatible drop-in replacement of "encoding/json"

Benchmark

benchmark

Source code: https://github.com/json-iterator/go-benchmark/blob/master/src/github.com/json-iterator/go-benchmark/benchmark_medium_payload_test.go

Raw Result (easyjson requires static code generation)

ns/op allocation bytes allocation times
std decode 35510 ns/op 1960 B/op 99 allocs/op
easyjson decode 8499 ns/op 160 B/op 4 allocs/op
jsoniter decode 5623 ns/op 160 B/op 3 allocs/op
std encode 2213 ns/op 712 B/op 5 allocs/op
easyjson encode 883 ns/op 576 B/op 3 allocs/op
jsoniter encode 837 ns/op 384 B/op 4 allocs/op

Usage

100% compatibility with standard lib

Replace

import "encoding/json"
json.Marshal(&data)

with

import "github.com/json-iterator/go"
jsoniter.Marshal(&data)

Replace

import "encoding/json"
json.Unmarshal(input, &data)

with

import "github.com/json-iterator/go"
jsoniter.Unmarshal(input, &data)

More documentation

How to get

go get github.com/json-iterator/go

Contribution Welcomed !

Report issue or pull request, or email taowen@gmail.com, or Gitter chat