Skip to content

Commit 2be4817

Browse files
committed
add test doc
1 parent 9bbbc56 commit 2be4817

1 file changed

Lines changed: 10 additions & 4 deletions

File tree

README.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# TidyJSON
22
A neat and tidy JSON package run on all Swift platforms (Linux, iOS, OS X)
33

4-
PS. Currently, JSON Array and Object is immutable
4+
Currently, JSON Array and Object are immutable
55

66
## Goals
77
- [x] simple, neat and tidy json lib
@@ -10,8 +10,8 @@ PS. Currently, JSON Array and Object is immutable
1010
- [x] concise usage
1111
- [ ] boxing dict and array type for mutating data
1212
- [ ] modify json via subscript operator
13-
- [ ] fully tested
14-
- [ ] better parse error report
13+
- [x] fully tested
14+
- [x] better parse error report
1515
- [ ] Swift Package Manager, CocoaPods, Carthage support
1616

1717
## Usage
@@ -86,5 +86,11 @@ print(json2.dump())
8686
// {"key":" A334 \n \t \" "}
8787
```
8888

89+
## Test
90+
91+
On Linux platform you need install [`XCTest`](https://github.com/apple/swift-corelibs-xctest)
92+
93+
After install `XCTest`, run `sh run_test.sh`
94+
8995
## License
90-
MIT license
96+
MIT license

0 commit comments

Comments
 (0)