Skip to content

Commit 5b2ae64

Browse files
author
json-everything-ci
committed
regenerated api docs
1 parent 08e8b0c commit 5b2ae64

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

_docs/api/JsonPointer.Net/JsonPointer.md

+7-1
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

_docs/release-notes/rn-json-schema.md

+4
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ title: JsonSchema.Net
44
icon: fas fa-tag
55
order: "09.01"
66
---
7+
# [7.3.1](https://github.com/gregsdennis/json-everything/pull/822) {#release-schema-7.3.1}
8+
9+
[#844](https://github.com/gregsdennis/json-everything/issues/844) - Nuspec for this library is manually mananged and gets left behind if a listed dependency is updated. Added a test to prevent this from happening again. Updates the dependency on _JsonPointer.Net_ to current latest (v5.1.0).
10+
711
# [7.3.0](https://github.com/gregsdennis/json-everything/pull/822) {#release-schema-7.3.0}
812

913
Add .Net 9.0 support.

0 commit comments

Comments
 (0)