francoispqt / gojay

high performance JSON encoder/decoder with stream API for Golang
MIT License
2.11k stars 112 forks source link

Feature/built in slices #104

Closed francoispqt closed 5 years ago

francoispqt commented 5 years ago

Adds built in methods to encode/decode some slices types

codecov-io commented 5 years ago

Codecov Report

Merging #104 into master will increase coverage by 1.28%. The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff            @@
##           master   #104      +/-   ##
========================================
+ Coverage   98.71%   100%   +1.28%     
========================================
  Files          36     38       +2     
  Lines        5225   5321      +96     
========================================
+ Hits         5158   5321     +163     
+ Misses         52      0      -52     
+ Partials       15      0      -15
Impacted Files Coverage Δ
decode_slice.go 100% <100%> (ø)
encode_slice.go 100% <100%> (ø)
decode_array.go 100% <100%> (+5.36%) :arrow_up:
decode_number_int.go 100% <0%> (+0.87%) :arrow_up:
decode_string.go 100% <0%> (+1.19%) :arrow_up:
decode_object.go 100% <0%> (+11.78%) :arrow_up:
decode_sqlnull.go 100% <0%> (+17.39%) :arrow_up:

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 bf5c9d9...10ed323. Read the comment docs.