File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# TidyJSON
22A 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
You can’t perform that action at this time.
0 commit comments