File tree Expand file tree Collapse file tree 1 file changed +1
-7
lines changed
_docs/api/JsonPointer.Net Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ Represents a JSON Pointer IAW RFC 6901.
34
34
| ---| ---| ---|
35
35
| ** Count** | int | Gets the number of segments in the pointer. |
36
36
| ** Item** | string | Gets a segment value by index. |
37
- | ** Item** | JsonPointer | Creates a new pointer with the indicated segments. |
37
+ | ** Item** | JsonPointer | |
38
38
39
39
## Methods
40
40
@@ -246,22 +246,16 @@ A new pointer.
246
246
247
247
### GetSubPointer(Range range)
248
248
249
- Creates a new pointer with the indicated segments.
250
249
251
250
#### Declaration
252
251
253
252
``` c#
254
253
public JsonPointer GetSubPointer (Range range )
255
254
```
256
255
257
- | Parameter | Type | Description |
258
- | ---| ---| ---|
259
- | range | Range | The segment range for the new pointer. |
260
-
261
256
262
257
#### Returns
263
258
264
- A new pointer.
265
259
266
260
### Parse(string source)
267
261
You can’t perform that action at this time.
0 commit comments