mirror of
				https://github.com/go-gitea/gitea
				synced 2025-10-31 19:38:23 +00:00 
			
		
		
		
	use experimental go json v2 library (#35392)
details: https://pkg.go.dev/encoding/json/v2 --------- Co-authored-by: techknowlogick <matti@mdranta.net> Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
This commit is contained in:
		| @@ -32,8 +32,7 @@ type Interface interface { | ||||
| } | ||||
|  | ||||
| var ( | ||||
| 	// DefaultJSONHandler default json handler | ||||
| 	DefaultJSONHandler Interface = JSONiter{jsoniter.ConfigCompatibleWithStandardLibrary} | ||||
| 	DefaultJSONHandler = getDefaultJSONHandler() | ||||
|  | ||||
| 	_ Interface = StdJSON{} | ||||
| 	_ Interface = JSONiter{} | ||||
|   | ||||
		Reference in New Issue
	
	Block a user