Skip to content

Commit df448be

Browse files
author
json-everything-ci
committed
regenerated api docs
1 parent c1066bd commit df448be

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

_docs/api/JsonPointer.Net/JsonPointer.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Represents a JSON Pointer IAW RFC 6901.
3434
|---|---|---|
3535
| **Count** | int | Gets the number of segments in the pointer. |
3636
| **Item** | string | Gets a segment value by index. |
37-
| **Item** | JsonPointer | |
37+
| **Item** | JsonPointer | Creates a new pointer with the indicated segments. |
3838

3939
## Methods
4040

@@ -246,16 +246,22 @@ A new pointer.
246246

247247
### GetSubPointer(Range range)
248248

249+
Creates a new pointer with the indicated segments.
249250

250251
#### Declaration
251252

252253
```c#
253254
public JsonPointer GetSubPointer(Range range)
254255
```
255256

257+
| Parameter | Type | Description |
258+
|---|---|---|
259+
| range | Range | The segment range for the new pointer. |
260+
256261

257262
#### Returns
258263

264+
A new pointer.
259265

260266
### Parse(string source)
261267

0 commit comments

Comments
 (0)