Skip to content

Commit 94e0709

Browse files
committed
Add link to multipaths
1 parent 1471a93 commit 94e0709

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

SYNTAX.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ This document is designed to explain the structure of a GJSON Path through examp
1212
- [Queries](#queries)
1313
- [Dot vs Pipe](#dot-vs-pipe)
1414
- [Modifiers](#modifiers)
15+
- [Multipaths](#multipaths)
1516

1617
The definitive implemenation is [github.com/tidwall/gjson](https://github.com/tidwall/gjson).
1718
Use the [GJSON Playground](https://gjson.dev) to experiment with the syntax online.
@@ -235,7 +236,7 @@ gjson.AddModifier("case", func(json, arg string) string {
235236
"children.@case:lower.@reverse" ["jack","alex","sara"]
236237
```
237238

238-
#### Multipaths
239+
### Multipaths
239240

240241
Starting with v1.3.0, GJSON added the ability to join multiple paths together
241242
to form new documents. Wrapping comma-separated paths between `{...}` or

0 commit comments

Comments
 (0)