Skip to content

Commit 5cafb6f

Browse files
committed
Merge branch 'main' of github.com:gregsdennis/json-everything-docs
2 parents 17c2da2 + ee783ad commit 5cafb6f

27 files changed

+100
-90
lines changed

_docs/api/JsonPatch.Net/title.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ bookmark: JsonPatch.Net
44
permalink: /api/JsonPatch.Net/:title/
55
folder: true
66
order: "10.09"
7-
version: "3.1.0"
7+
version: "3.1.1"
88
---
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
---
2+
layout: "page"
3+
title: "NodeListBuilder Class"
4+
bookmark: "NodeListBuilder"
5+
permalink: "/api/JsonPath.Net/:title/"
6+
order: "10.08.018"
7+
---
8+
**Namespace:** Json.Path
9+
10+
**Inheritance:**
11+
`NodeListBuilder`
12+
🡒
13+
`object`
14+
15+
Allows collection expression initialization.
16+
17+
## Methods
18+
19+
### Create(ReadOnlySpan\<Node\> values)
20+
21+
Allows collection expression initialization.
22+
23+
#### Declaration
24+
25+
```c#
26+
public static NodeList Create(ReadOnlySpan<Node> values)
27+
```
28+
29+
30+
#### Returns
31+
32+
33+

_docs/api/JsonPath.Net/NodelistFunctionDefinition.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ layout: "page"
33
title: "NodelistFunctionDefinition Class"
44
bookmark: "NodelistFunctionDefinition"
55
permalink: "/api/JsonPath.Net/:title/"
6-
order: "10.08.018"
6+
order: "10.08.019"
77
---
88
**Namespace:** Json.Path
99

_docs/api/JsonPath.Net/PathEvaluationOptions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ layout: "page"
33
title: "PathEvaluationOptions Class"
44
bookmark: "PathEvaluationOptions"
55
permalink: "/api/JsonPath.Net/:title/"
6-
order: "10.08.019"
6+
order: "10.08.020"
77
---
88
**Namespace:** Json.Path
99

_docs/api/JsonPath.Net/PathParseException.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ layout: "page"
33
title: "PathParseException Class"
44
bookmark: "PathParseException"
55
permalink: "/api/JsonPath.Net/:title/"
6-
order: "10.08.020"
6+
order: "10.08.021"
77
---
88
**Namespace:** Json.Path
99

_docs/api/JsonPath.Net/PathParsingOptions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ layout: "page"
33
title: "PathParsingOptions Class"
44
bookmark: "PathParsingOptions"
55
permalink: "/api/JsonPath.Net/:title/"
6-
order: "10.08.021"
6+
order: "10.08.022"
77
---
88
**Namespace:** Json.Path
99

_docs/api/JsonPath.Net/PathResult.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ layout: "page"
33
title: "PathResult Class"
44
bookmark: "PathResult"
55
permalink: "/api/JsonPath.Net/:title/"
6-
order: "10.08.022"
6+
order: "10.08.023"
77
---
88
**Namespace:** Json.Path
99

_docs/api/JsonPath.Net/PathScope.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ layout: "page"
33
title: "PathScope Enum"
44
bookmark: "PathScope"
55
permalink: "/api/JsonPath.Net/:title/"
6-
order: "10.08.023"
6+
order: "10.08.024"
77
---
88
# PathScope Enum
99

_docs/api/JsonPath.Net/PathSegment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ layout: "page"
33
title: "PathSegment Class"
44
bookmark: "PathSegment"
55
permalink: "/api/JsonPath.Net/:title/"
6-
order: "10.08.024"
6+
order: "10.08.025"
77
---
88
**Namespace:** Json.Path
99

_docs/api/JsonPath.Net/SearchFunction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ layout: "page"
33
title: "SearchFunction Class"
44
bookmark: "SearchFunction"
55
permalink: "/api/JsonPath.Net/:title/"
6-
order: "10.08.025"
6+
order: "10.08.026"
77
---
88
**Namespace:** Json.Path
99

0 commit comments

Comments
 (0)