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-19 21:21:20 +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 add document 2017-06-18 23:42: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 add MustBeValid to Any 2017-06-19 21:21:20 +08:00
feature_any_bool.go add MustBeValid to Any 2017-06-19 21:21:20 +08:00
feature_any_float.go add MustBeValid to Any 2017-06-19 21:21:20 +08:00
feature_any_int32.go add MustBeValid to Any 2017-06-19 21:21:20 +08:00
feature_any_int64.go add MustBeValid to Any 2017-06-19 21:21:20 +08:00
feature_any_invalid.go add MustBeValid to Any 2017-06-19 21:21:20 +08:00
feature_any_nil.go add MustBeValid to Any 2017-06-19 21:21:20 +08:00
feature_any_number.go add MustBeValid to Any 2017-06-19 21:21:20 +08:00
feature_any_object.go add MustBeValid to Any 2017-06-19 21:21:20 +08:00
feature_any_string.go add MustBeValid to Any 2017-06-19 21:21:20 +08:00
feature_any_uint32.go add MustBeValid to Any 2017-06-19 21:21:20 +08:00
feature_any_uint64.go add MustBeValid to Any 2017-06-19 21:21:20 +08:00
feature_any.go add MustBeValid to Any 2017-06-19 21:21:20 +08:00
feature_config.go add Api interface to allow save the frozen config 2017-06-19 13:43:22 +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 remove internal buffer from numberLazyAny 2017-06-18 22:48: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 add Any.ToVal 2017-06-19 15:40:00 +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 add Any.ToVal 2017-06-19 15:40:00 +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 add Api interface to allow save the frozen config 2017-06-19 13:43:22 +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 add Api interface to allow save the frozen config 2017-06-19 13:43:22 +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 add document 2017-06-18 23:42:23 +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)

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