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

Correctly encode key strings in dictionaries #12

Closed fabianfett closed 4 years ago

codecov-io commented 4 years ago

Codecov Report

Merging #12 into master will decrease coverage by 0.02%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #12      +/-   ##
==========================================
- Coverage   89.57%   89.54%   -0.03%     
==========================================
  Files          30       30              
  Lines        4125     4123       -2     
==========================================
- Hits         3695     3692       -3     
- Misses        430      431       +1
Impacted Files Coverage Δ
Sources/PureSwiftJSONParsing/JSONValue.swift 95.86% <100%> (-0.06%) :arrow_down:
Sources/PureSwiftJSONParsing/JSONParser.swift 93.73% <0%> (-0.24%) :arrow_down:

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 9298cda...968d50f. Read the comment docs.