简体   繁体   中英

Generate a dummy json by reading a json file in Python

I am trying to generate dummy json by reading a json file in python. Is there a library in python which does this. Something similar to https://www.npmjs.com/package/dummy-json .

You can take a look at the Faker library for Python.

https://github.com/deepthawtz/faker

You can generate usernames, emails, names, numbers and a lot more.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM