francoispqt / gojay

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

gojay: support custom tagname #92

Closed MoZhonghua closed 5 years ago

MoZhonghua commented 5 years ago

add "-g" option to enable user use other tag name instead of "gojay", for example, "json".

hope to make adopt gojay for existing code easier.

MoZhonghua commented 5 years ago

this PR https://github.com/francoispqt/gojay/pull/75 already add custom tag support, so close this one

codecov-io commented 5 years ago

Codecov Report

Merging #92 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff           @@
##           master     #92   +/-   ##
======================================
  Coverage    98.7%   98.7%           
======================================
  Files          36      36           
  Lines        5166    5166           
======================================
  Hits         5099    5099           
  Misses         52      52           
  Partials       15      15

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 73600a9...f48670e. Read the comment docs.