francoispqt / gojay

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

add feature to encode object and only specific keys to be encoded #69

Closed francoispqt closed 6 years ago

codecov-io commented 6 years ago

Codecov Report

Merging #69 into master will decrease coverage by 0.04%. The diff coverage is 98.27%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #69      +/-   ##
==========================================
- Coverage     100%   99.95%   -0.05%     
==========================================
  Files          36       36              
  Lines        4830     4946     +116     
==========================================
+ Hits         4830     4944     +114     
- Misses          0        1       +1     
- Partials        0        1       +1
Impacted Files Coverage Δ
encode.go 100% <ø> (ø) :arrow_up:
encode_number_uint.go 100% <100%> (ø) :arrow_up:
encode_pool.go 100% <100%> (ø) :arrow_up:
encode_time.go 100% <100%> (ø) :arrow_up:
encode_bool.go 100% <100%> (ø) :arrow_up:
encode_number_float.go 100% <100%> (ø) :arrow_up:
encode_string.go 100% <100%> (ø) :arrow_up:
encode_null.go 100% <100%> (ø) :arrow_up:
encode_array.go 100% <100%> (ø) :arrow_up:
encode_embedded_json.go 100% <100%> (ø) :arrow_up:
... and 2 more

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 0d1a893...80615bf. Read the comment docs.