tile38/vendor/github.com/tidwall/gjson/gjson_gae.go

11 lines
207 B
Go
Raw Normal View History

2018-10-18 16:30:41 +03:00
//+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.
}