1
0
mirror of https://github.com/minio/minio.git synced 2025-02-13 14:48:09 -05:00

11 lines
207 B
Go

//+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.
}