Open
Changes from all commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Failed to load files.
Original file line numberDiff line numberDiff line change
Expand Up@@ -2,11 +2,12 @@ package jsoniter

import (
"bytes"
"encoding/json"
"io"
)

// RawMessage to make replace json with jsoniter
type RawMessage []byte
type RawMessage = json.RawMessage

// Unmarshal adapts to json/encoding Unmarshal API
//
Expand Down