Skip to content

Commit

Permalink
📚 docs: update README.md #4
Browse files Browse the repository at this point in the history
  • Loading branch information
pnguyen215 committed Jan 20, 2025
1 parent 41cd532 commit a80e146
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -934,6 +934,8 @@ func (ctx Context) Foreach(iterator func(key, value Context) bool) // Foreach it
func (ctx Context) Get(path string) Context // Get searches for a specified path within a JSON structure and returns the corresponding result.
func (ctx Context) GetMul(path ...string) []Context // GetMul searches for multiple paths within a JSON structure and returns a slice of results.
// Path returns the original fj path for a Result where the Result came
// from a simple query path that returns a single value.
func (ctx Context) Path(json string) string
Expand Down

0 comments on commit a80e146

Please sign in to comment.