Creating dummy Python JSON data from a JSON schema

I am looking for a python library in which I can combine my JSON schema and it generates dummy data. I worked with a similar library in javascript dummy-json. Someone from a library that can do the same in python.

+5
source share
2 answers
+2
source

Is this what you are looking for?

https://pypi.python.org/pypi/jsonschema

+1
source

Source: https://habr.com/ru/post/1242397/


All Articles