MCPcopy Create free account
hub / github.com/tidwall/gjson / arrayPathResult

Struct arrayPathResult

gjson.go:756–772  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

754}
755
756type arrayPathResult struct {
757 part string
758 path string
759 pipe string
760 piped bool
761 more bool
762 alogok bool
763 arrch bool
764 alogkey string
765 query struct {
766 on bool
767 all bool
768 path string
769 op string
770 value string
771 }
772}
773
774func parseArrayPath(path string) (r arrayPathResult) {
775 for i := 0; i < len(path); i++ {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected