Skip to content

Commit 7e237a9

Browse files
committed
modified readme
1 parent beab4f9 commit 7e237a9

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,7 @@
66

77
HOME: [https://DebugST.github.io/STJson](https://DebugST.github.io/STJson)
88

9-
NuGet:
10-
11-
```
12-
dotnet add package STLib.Json --version 1.0.0
13-
```
9+
NuGet: [https://www.nuget.org/packages/STLib.Json](https://www.nuget.org/packages/STLib.Json)
1410

1511
Unlike other `Json` libraries, `STJson` not has objects similar to `JObject` and `JArray`. Just `STJson`. which can be either `Object` or `Array`. `STJson` has two indexers: `STJson[int]` and `STJson[string]`. The type of the current `Json` object can be determined by `STJson.ValueType`.
1612

0 commit comments

Comments
 (0)