PostgreSQL has a data type named json, this data type supports JSON serialization. Would it be possible to include a generator that creates random JSON objects/Strings?
https://www.postgresql.org/docs/current/static/datatype-json.html
I have submitted a pull request with this feature.
https://github.com/stympy/faker/pull/1156
Closing this issue because #1156 was merged.
Most helpful comment
I have submitted a pull request with this feature.
https://github.com/stympy/faker/pull/1156