Нема описа

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