Skip to content

Commit c2471df

Browse files
author
json-everything-ci
committed
regenerated api docs
1 parent 02c49ee commit c2471df

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

_docs/api/JsonPointer.Net/JsonPointer.md

Lines changed: 1 addition & 7 deletions
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 | Creates a new pointer with the indicated segments. |
37+
| **Item** | JsonPointer | |
3838

3939
## Methods
4040

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

247247
### GetSubPointer(Range range)
248248

249-
Creates a new pointer with the indicated segments.
250249

251250
#### Declaration
252251

253252
```c#
254253
public JsonPointer GetSubPointer(Range range)
255254
```
256255

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

262257
#### Returns
263258

264-
A new pointer.
265259

266260
### Parse(string source)
267261

0 commit comments

Comments
 (0)