1
0
mirror of https://github.com/json-iterator/go.git synced 2024-11-24 08:22:14 +02:00
A high-performance 100% compatible drop-in replacement of "encoding/json" http://jsoniter.com/migrate-from-go-std.html
Go to file
2017-06-18 22:24:11 +08:00
.idea/libraries test more than one pakcage description 2017-06-11 15:32:58 +08:00
assert gofmt 2017-06-06 23:27:00 +08:00
output_tests Add output tests for maps of builtins 2017-06-11 21:09:56 -07:00
require fix 4 fields object decoding 2017-01-06 20:17:47 +08:00
example_test.go gofmt 2017-06-17 21:11:23 +08:00
feature_adapter.go #61 removed internal buffer from lazy array and object; jsoniter.Get replaced jsoniter.UnmarshalAny 2017-06-18 22:22:13 +08:00
feature_any_array.go #61 removed internal buffer from lazy array and object; jsoniter.Get replaced jsoniter.UnmarshalAny 2017-06-18 22:22:13 +08:00
feature_any_bool.go add all integer types 2017-01-29 16:55:32 +08:00
feature_any_float.go use iterator from cache for any 2017-06-17 21:10:08 +08:00
feature_any_int32.go gofmt 2017-06-06 23:27:00 +08:00
feature_any_int64.go gofmt 2017-06-17 21:11:23 +08:00
feature_any_invalid.go #61 removed internal buffer from lazy array and object; jsoniter.Get replaced jsoniter.UnmarshalAny 2017-06-18 22:22:13 +08:00
feature_any_nil.go gofmt 2017-06-06 23:27:00 +08:00
feature_any_object.go #61 removed internal buffer from lazy array and object; jsoniter.Get replaced jsoniter.UnmarshalAny 2017-06-18 22:22:13 +08:00
feature_any_string.go #61 remove stringLazyAny 2017-06-18 22:24:11 +08:00
feature_any_uint32.go add all integer types 2017-01-29 16:55:32 +08:00
feature_any_uint64.go use iterator from cache for any 2017-06-17 21:10:08 +08:00
feature_any.go #61 remove stringLazyAny 2017-06-18 22:24:11 +08:00
feature_config.go #61 removed internal buffer from lazy array and object; jsoniter.Get replaced jsoniter.UnmarshalAny 2017-06-18 22:22:13 +08:00
feature_iter_array.go gofmt 2017-06-06 23:27:00 +08:00
feature_iter_float.go #53 move current config EnableXXX 2017-06-13 17:47:40 +08:00
feature_iter_int.go gofmt 2017-06-06 23:27:00 +08:00
feature_iter_object.go tweak performance 2017-06-17 22:42:11 +08:00
feature_iter_skip.go #61 read any reuse skip impl 2017-06-18 17:00:28 +08:00
feature_iter_string.go report error when string end not found 2017-06-08 09:46:19 +08:00
feature_iter.go #61 removed internal buffer from lazy array and object; jsoniter.Get replaced jsoniter.UnmarshalAny 2017-06-18 22:22:13 +08:00
feature_pool.go #61 removed internal buffer from lazy array and object; jsoniter.Get replaced jsoniter.UnmarshalAny 2017-06-18 22:22:13 +08:00
feature_reflect_array.go #53 split config into Config and frozenConfig 2017-06-13 18:49:35 +08:00
feature_reflect_map.go gofmt 2017-06-17 21:11:23 +08:00
feature_reflect_native.go #58 string mode support both encoding and decoding 2017-06-17 11:38:09 +08:00
feature_reflect_object.go #58 string mode support both encoding and decoding 2017-06-17 11:38:09 +08:00
feature_reflect.go #54 support sort map keys 2017-06-16 16:46:30 +08:00
feature_stream_float.go #53 move current config EnableXXX 2017-06-13 17:47:40 +08:00
feature_stream_int.go #53 move current config EnableXXX 2017-06-13 17:47:40 +08:00
feature_stream_string.go #53 test compatibility without html escape 2017-06-16 16:03:02 +08:00
feature_stream.go #53 support escapeHtml 2017-06-15 23:55:04 +08:00
jsoniter_adapter_test.go #53 implement SetEscapeHtml 2017-06-16 00:10:05 +08:00
jsoniter_any_array_test.go #61 removed internal buffer from lazy array and object; jsoniter.Get replaced jsoniter.UnmarshalAny 2017-06-18 22:22:13 +08:00
jsoniter_any_bool_test.go #61 removed internal buffer from lazy array and object; jsoniter.Get replaced jsoniter.UnmarshalAny 2017-06-18 22:22:13 +08:00
jsoniter_any_float_test.go #61 removed internal buffer from lazy array and object; jsoniter.Get replaced jsoniter.UnmarshalAny 2017-06-18 22:22:13 +08:00
jsoniter_any_int_test.go #61 removed internal buffer from lazy array and object; jsoniter.Get replaced jsoniter.UnmarshalAny 2017-06-18 22:22:13 +08:00
jsoniter_any_map_test.go #61 removed internal buffer from lazy array and object; jsoniter.Get replaced jsoniter.UnmarshalAny 2017-06-18 22:22:13 +08:00
jsoniter_any_null_test.go #61 removed internal buffer from lazy array and object; jsoniter.Get replaced jsoniter.UnmarshalAny 2017-06-18 22:22:13 +08:00
jsoniter_any_object_test.go #61 removed internal buffer from lazy array and object; jsoniter.Get replaced jsoniter.UnmarshalAny 2017-06-18 22:22:13 +08:00
jsoniter_any_string_test.go #61 removed internal buffer from lazy array and object; jsoniter.Get replaced jsoniter.UnmarshalAny 2017-06-18 22:22:13 +08:00
jsoniter_array_test.go extract out any tests 2017-06-17 21:32:48 +08:00
jsoniter_bool_test.go extract out any tests 2017-06-17 21:32:48 +08:00
jsoniter_customize_test.go #59 add ConfigFastest 2017-06-17 10:21:37 +08:00
jsoniter_demo_test.go #59 add ConfigFastest 2017-06-17 10:21:37 +08:00
jsoniter_find_end_test.go #59 add ConfigFastest 2017-06-17 10:21:37 +08:00
jsoniter_float_test.go extract out any tests 2017-06-17 21:32:48 +08:00
jsoniter_int_test.go extract out any tests 2017-06-17 21:32:48 +08:00
jsoniter_interface_test.go #60 support read interface{} as json.Number 2017-06-18 15:22:37 +08:00
jsoniter_io_test.go #59 add ConfigFastest 2017-06-17 10:21:37 +08:00
jsoniter_iterator_test.go extract out any tests 2017-06-17 21:32:48 +08:00
jsoniter_large_file_test.go #59 add ConfigFastest 2017-06-17 10:21:37 +08:00
jsoniter_map_test.go extract out any tests 2017-06-17 21:32:48 +08:00
jsoniter_nested_test.go #59 add ConfigFastest 2017-06-17 10:21:37 +08:00
jsoniter_null_test.go extract out any tests 2017-06-17 21:32:48 +08:00
jsoniter_object_test.go extract out any tests 2017-06-17 21:32:48 +08:00
jsoniter_optional_test.go #53 move current config EnableXXX 2017-06-13 17:47:40 +08:00
jsoniter_reflect_native_test.go #59 add ConfigFastest 2017-06-17 10:21:37 +08:00
jsoniter_skip_test.go #62 SkipAndReturnBytes should support reader 2017-06-18 16:28:43 +08:00
jsoniter_stream_test.go #59 add ConfigFastest 2017-06-17 10:21:37 +08:00
jsoniter_string_test.go extract out any tests 2017-06-17 21:32:48 +08:00
LICENSE Initial commit 2016-11-30 08:30:24 +08:00
README.md update benchmark 2017-06-06 16:55:32 +08:00

rcard

jsoniter (json-iterator) is fast and flexible JSON parser available in Java and Go

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)

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