Update jsoniter.go (#1500)
add newencoder to fix compile error for -tags=jsoniter
This commit is contained in:
		@ -13,4 +13,5 @@ var (
 | 
				
			|||||||
	Marshal       = json.Marshal
 | 
						Marshal       = json.Marshal
 | 
				
			||||||
	MarshalIndent = json.MarshalIndent
 | 
						MarshalIndent = json.MarshalIndent
 | 
				
			||||||
	NewDecoder    = json.NewDecoder
 | 
						NewDecoder    = json.NewDecoder
 | 
				
			||||||
 | 
						NewEncoder    = json.NewEncoder
 | 
				
			||||||
)
 | 
					)
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user