1
0
mirror of https://github.com/json-iterator/go.git synced 2024-11-27 08:30:57 +02:00
A high-performance 100% compatible drop-in replacement of "encoding/json" http://jsoniter.com/migrate-from-go-std.html
Go to file
2018-02-14 15:04:23 +08:00
any_tests consolidate more tests 2018-02-14 10:13:34 +08:00
api_tests consolidate mor tests 2018-02-13 23:49:40 +08:00
benchmarks consolidate more tests 2018-02-14 08:28:17 +08:00
extension_tests remove EncodeInterface 2018-02-14 15:04:23 +08:00
extra remove EncodeInterface 2018-02-14 15:04:23 +08:00
misc_tests consolidate more tests 2018-02-14 10:13:34 +08:00
skip_tests consolidate more tests 2018-02-14 10:13:34 +08:00
type_tests fix #236 case sensitive when both upper case and lower case presents 2018-02-14 11:33:17 +08:00
value_tests remove EncodeInterface 2018-02-14 15:04:23 +08:00
.codecov.yml import github.com/stretchr/testify/require 2017-07-07 09:13:25 +08:00
.gitignore fix #198, use dep for vendoring 2017-11-30 10:42:24 +08:00
.travis.yml travis: add 1.x to go versions 2017-09-07 17:12:42 +02:00
build.sh fix #198, use dep for vendoring 2017-11-30 10:42:24 +08:00
example_test.go fix go vet 2017-07-09 11:24:26 +08:00
feature_adapter.go implement #230 DisallowUnknownFields option added 2018-02-05 23:03:53 +08:00
feature_any_array.go rename ValueType, to avoid collision with json.Number 2017-08-05 07:10:15 +08:00
feature_any_bool.go rename ValueType, to avoid collision with json.Number 2017-08-05 07:10:15 +08:00
feature_any_float.go rename ValueType, to avoid collision with json.Number 2017-08-05 07:10:15 +08:00
feature_any_int32.go rename ValueType, to avoid collision with json.Number 2017-08-05 07:10:15 +08:00
feature_any_int64.go rename ValueType, to avoid collision with json.Number 2017-08-05 07:10:15 +08:00
feature_any_invalid.go rename ValueType, to avoid collision with json.Number 2017-08-05 07:10:15 +08:00
feature_any_nil.go rename ValueType, to avoid collision with json.Number 2017-08-05 07:10:15 +08:00
feature_any_number.go gofmt 2018-02-05 22:45:04 +08:00
feature_any_object.go rename ValueType, to avoid collision with json.Number 2017-08-05 07:10:15 +08:00
feature_any_string.go rename ValueType, to avoid collision with json.Number 2017-08-05 07:10:15 +08:00
feature_any_uint32.go rename ValueType, to avoid collision with json.Number 2017-08-05 07:10:15 +08:00
feature_any_uint64.go rename ValueType, to avoid collision with json.Number 2017-08-05 07:10:15 +08:00
feature_any.go remove EncodeInterface 2018-02-14 15:04:23 +08:00
feature_config_with_sync_map.go fix build 2018-02-05 23:05:57 +08:00
feature_config_without_sync_map.go implement #230 DisallowUnknownFields option added 2018-02-05 23:03:53 +08:00
feature_config.go remove EncodeInterface 2018-02-14 15:04:23 +08:00
feature_iter_array.go #185 add jsoniter.Valid 2017-10-10 08:57:02 +08:00
feature_iter_float.go add ReadNumber for Iterator. 2017-12-17 16:44:04 +08:00
feature_iter_int.go do not use defer() in read int 2017-12-12 18:52:41 +08:00
feature_iter_object.go fix #236 case sensitive when both upper case and lower case presents 2018-02-14 11:33:17 +08:00
feature_iter_skip_sloppy_test.go consolidate more tests 2018-02-14 10:13:34 +08:00
feature_iter_skip_sloppy.go change jsoniter-sloppy to jsoniter_sloppy 2017-10-23 15:03:44 +08:00
feature_iter_skip_strict.go change jsoniter-sloppy to jsoniter_sloppy 2017-10-23 15:03:44 +08:00
feature_iter_skip.go #185 add jsoniter.Valid 2017-10-10 08:57:02 +08:00
feature_iter_string.go #185 add jsoniter.Valid 2017-10-10 08:57:02 +08:00
feature_iter.go fix #195 when decode float as int, report it clearly 2017-11-15 23:25:12 +08:00
feature_json_number.go fix #180, add missing methods to jsoniter.Number 2017-10-06 17:56:36 +08:00
feature_pool.go expose OptionalEncoder&OptionalDecoder; add attachment to Stream&Iterator for customized decoder/encoder 2017-11-08 11:41:45 +08:00
feature_reflect_array.go remove EncodeInterface 2018-02-14 15:04:23 +08:00
feature_reflect_extension.go remove EncodeInterface 2018-02-14 15:04:23 +08:00
feature_reflect_map.go remove EncodeInterface 2018-02-14 15:04:23 +08:00
feature_reflect_native.go remove EncodeInterface 2018-02-14 15:04:23 +08:00
feature_reflect_object.go remove EncodeInterface 2018-02-14 15:04:23 +08:00
feature_reflect_optional.go remove EncodeInterface 2018-02-14 15:04:23 +08:00
feature_reflect_slice.go remove EncodeInterface 2018-02-14 15:04:23 +08:00
feature_reflect_struct_decoder.go fix #236 case sensitive when both upper case and lower case presents 2018-02-14 11:33:17 +08:00
feature_reflect.go remove EncodeInterface 2018-02-14 15:04:23 +08:00
feature_stream_float.go remove n from stream 2018-02-14 13:58:51 +08:00
feature_stream_int.go remove n from stream 2018-02-14 13:58:51 +08:00
feature_stream_string.go remove n from stream 2018-02-14 13:58:51 +08:00
feature_stream_test.go remove n from stream 2018-02-14 13:58:51 +08:00
feature_stream.go remove n from stream 2018-02-14 13:58:51 +08:00
fuzzy_mode_convert_table.md update conversion table 2017-07-13 00:13:04 +08:00
Gopkg.lock fix #198, use dep for vendoring 2017-11-30 10:42:24 +08:00
Gopkg.toml fix #198, use dep for vendoring 2017-11-30 10:42:24 +08:00
jsoniter.go document public symbols 2017-07-09 16:09:23 +08:00
LICENSE Initial commit 2016-11-30 08:30:24 +08:00
README.md Update README.md 2018-01-28 22:27:09 +08:00
test.sh fix coverage 2018-02-14 14:06:32 +08:00

Sourcegraph GoDoc Build Status codecov rcard License Gitter chat

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

You can also use thrift like JSON using thrift-iterator

Go开发者们请加入我们,滴滴出行平台技术部 taowen@didichuxing.com

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"

var json = jsoniter.ConfigCompatibleWithStandardLibrary
json.Marshal(&data)

Replace

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

with

import "github.com/json-iterator/go"

var json = jsoniter.ConfigCompatibleWithStandardLibrary
json.Unmarshal(input, &data)

More documentation

How to get

go get github.com/json-iterator/go

Contribution Welcomed !

Contributors

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