go-playground / validator

:100:Go Struct and Field validation, including Cross Field, Cross Struct, Map, Slice and Array diving
MIT License
16.41k stars 1.3k forks source link

allow byte slice and json raw message in IsJson #1110

Closed Vesquen closed 1 year ago

Vesquen commented 1 year ago

Fixes Or Enhances

Make sure that you've checked the boxes below before you submit PR:

@go-playground/validator-maintainers

coveralls commented 1 year ago

Coverage Status

Coverage: 73.97% (+0.01%) from 73.958% when pulling 5081738defd3b94dff6916f80e4245e69a6fcee6 on Vesquen:feat-json-raw-message-and-byte-slice-support into ce28d7c4b27fbcafff82bc87a8bf58257beb9030 on go-playground:master.

sahidvelji commented 1 year ago

Closes #1083