brianvoe / gofakeit

Random fake data generator written in go
MIT License
4.56k stars 264 forks source link

Allowing for custom fake tags in json.RawMessage fields in structs #361

Closed konatacarneiro closed 4 months ago

konatacarneiro commented 4 months ago

Description

Added handling for custom fake tags in json.RawMessage fields when filling struct fields. This allows for customized generation of json.RawMessage fields without needing to implement the Fakeable interface for a struct.

Closes #360.

brianvoe commented 4 months ago

I think this looks good. Nice job. Ill get this release in a moment.

brianvoe commented 4 months ago

v7.0.4