francoispqt / gojay

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

Feature/generator #40

Closed francoispqt closed 6 years ago

francoispqt commented 6 years ago

Add multiple types to marshaling. Add a code generator for marshaling and unmarshaling structs, slices and maps.

codecov-io commented 6 years ago

Codecov Report

Merging #40 into master will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@          Coverage Diff           @@
##           master    #40    +/-   ##
======================================
  Coverage     100%   100%            
======================================
  Files          30     30            
  Lines        3403   3587   +184     
======================================
+ Hits         3403   3587   +184
Impacted Files Coverage Δ
encode_number_float.go 100% <100%> (ø) :arrow_up:
encode_array.go 100% <100%> (ø) :arrow_up:
decode_array.go 100% <100%> (ø) :arrow_up:
encode_number_uint.go 100% <100%> (ø) :arrow_up:
encode_number_int.go 100% <100%> (ø) :arrow_up:
decode.go 100% <100%> (ø) :arrow_up:
encode_stream.go 100% <100%> (ø) :arrow_up:
decode_number.go 100% <0%> (ø) :arrow_up:
encode.go 100% <0%> (ø) :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 9f5ebac...c1d7f03. Read the comment docs.