설명 없음

Tao Wen 86e44a71ad update README 9 년 전
LICENSE 923358c07e Initial commit 9 년 전
README.md 86e44a71ad update README 9 년 전
any.go 3e47c79b7e fix any 9 년 전
any_test.go 2895fe2215 make any easier to work with 9 년 전
jsoniter.go 3e47c79b7e fix any 9 년 전
jsoniter_adapter.go 9873b4d32c support customize reflection 9 년 전
jsoniter_any_test.go 3e47c79b7e fix any 9 년 전
jsoniter_array_test.go f98c2a4150 support WhatIsNext 9 년 전
jsoniter_base64_test.go 76bf0defae #2 fix reuse buffer 9 년 전
jsoniter_bool_test.go ce5b193569 support null/true/false 9 년 전
jsoniter_customize_test.go b0b1af4b3b rename 9 년 전
jsoniter_demo_test.go 3e47c79b7e fix any 9 년 전
jsoniter_find_end_test.go 46d96fb105 optimize skip 9 년 전
jsoniter_float_test.go ec19f6de6a optimize read float 9 년 전
jsoniter_int_test.go 5488b122cd merge lexer with iterator 9 년 전
jsoniter_io_test.go 5488b122cd merge lexer with iterator 9 년 전
jsoniter_large_file_test.go ce5b193569 support null/true/false 9 년 전
jsoniter_map_test.go c352559e52 fix unsafe reference 9 년 전
jsoniter_nested_test.go ce5b193569 support null/true/false 9 년 전
jsoniter_null_test.go ce5b193569 support null/true/false 9 년 전
jsoniter_object_test.go 44a65aa13a remove callback api 9 년 전
jsoniter_reflect.go c352559e52 fix unsafe reference 9 년 전
jsoniter_reflect_test.go 7e295ba1a5 decode []byte using ReadBase64 9 년 전
jsoniter_skip_test.go 46d96fb105 optimize skip 9 년 전
jsoniter_string_test.go aa42ac95c0 implement any api 9 년 전

README.md

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

Why jsoniter?

  • Jsoniter is the fastest JSON parser, it could be up to 10x faster than normal parser, data binding included (shameless self benchmark)
  • Having a developer friendly api is our #1 prioprity, you can choose from bind-api, any-api or iterator-api or all of them (checkout your api choices)
  • Unique iterator api can iterate through JSON directly, zero memory allocation! (see how iterator works)

Join us Gitter chat