add missing vendored files

This commit is contained in:
Cory Bennett
2018-07-28 16:55:36 -07:00
parent 7191c7751b
commit 62303ed81b
26 changed files with 2602 additions and 0 deletions
+10
View 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.
}