Skip to content
This repository was archived by the owner on Mar 2, 2026. It is now read-only.

Commit a80e146

Browse files
committed
📚 docs: update README.md #4
1 parent 41cd532 commit a80e146

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -934,6 +934,8 @@ func (ctx Context) Foreach(iterator func(key, value Context) bool) // Foreach it
934934
935935
func (ctx Context) Get(path string) Context // Get searches for a specified path within a JSON structure and returns the corresponding result.
936936
937+
func (ctx Context) GetMul(path ...string) []Context // GetMul searches for multiple paths within a JSON structure and returns a slice of results.
938+
937939
// Path returns the original fj path for a Result where the Result came
938940
// from a simple query path that returns a single value.
939941
func (ctx Context) Path(json string) string

0 commit comments

Comments
 (0)