1
0
mirror of https://github.com/json-iterator/go.git synced 2025-01-23 18:54:21 +02:00
2017-06-06 14:16:54 +08:00
2017-01-06 20:17:47 +08:00
2017-01-06 20:17:47 +08:00
2017-06-05 22:10:01 +08:00
2017-01-29 16:55:32 +08:00
2017-01-29 16:55:32 +08:00
2017-01-29 16:55:32 +08:00
2017-01-29 16:55:32 +08:00
2017-01-29 16:55:32 +08:00
2017-02-12 22:49:45 +08:00
2017-01-29 16:55:32 +08:00
2017-01-29 16:55:32 +08:00
2017-01-29 16:55:32 +08:00
2017-05-19 19:44:27 +08:00
2017-01-20 13:54:51 +08:00
2017-01-24 22:36:16 +08:00
2017-06-02 16:52:20 +08:00
2017-01-23 08:45:57 +08:00
2017-02-12 22:49:45 +08:00
2017-06-02 10:21:43 +08:00
2017-01-26 16:41:49 +08:00
2016-11-30 08:30:24 +08:00
2017-06-02 11:20:54 +08:00

rcard

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

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

Description
Languages
Go 99.9%
Shell 0.1%