swift-extras / swift-extras-json

JSON encoding and decoding without the use of Foundation in pure Swift.
Apache License 2.0
348 stars 15 forks source link

Update README.md #58

Closed helje5 closed 4 years ago

helje5 commented 4 years ago

It's the Swift stdlib, not STL (Standard Template Library, Swift has no templates ...) It's not an external dependency either (wording was suggesting that)

codecov[bot] commented 4 years ago

Codecov Report

Merging #58 into main will increase coverage by 0.06%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #58      +/-   ##
==========================================
+ Coverage   90.84%   90.90%   +0.06%     
==========================================
  Files          40       39       -1     
  Lines        3374     3321      -53     
==========================================
- Hits         3065     3019      -46     
+ Misses        309      302       -7     
Impacted Files Coverage Δ
...sts/LearningTests/FoundationJSONEncoderTests.swift 91.83% <0.00%> (-1.15%) :arrow_down:
...sts/LearningTests/FoundationJSONDecoderTests.swift 93.29% <0.00%> (-0.08%) :arrow_down:
...arningTests/FoundationJSONSerializationTests.swift

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update bcfd1a9...1d2b02f. Read the comment docs.