mirror of
https://github.com/pgsty/minio.git
synced 2026-09-25 20:35:58 +03:00
Upgrade gjson to bring in new performance improvements (#6106)
This commit is contained in:
committed by
kannappanr
parent
360f3f9335
commit
d7ced9a8b5
+10
@@ -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