mirror of
https://github.com/minio/minio.git
synced 2025-11-12 06:50:17 -05:00
Upgrade gjson to bring in new performance improvements (#6106)
This commit is contained in:
committed by
kannappanr
parent
360f3f9335
commit
d7ced9a8b5
10
vendor/github.com/tidwall/gjson/gjson_gae.go
generated
vendored
Normal file
10
vendor/github.com/tidwall/gjson/gjson_gae.go
generated
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
//+build appengine
|
||||
|
||||
package gjson
|
||||
|
||||
func getBytes(json []byte, path string) Result {
|
||||
return Get(string(json), path)
|
||||
}
|
||||
func fillIndex(json string, c *parseContext) {
|
||||
// noop. Use zero for the Index value.
|
||||
}
|
||||
Reference in New Issue
Block a user