As software engineers we probably all faced situations where mock JSON data is required for testing. But making mock JSON data is an extremely tedious task that requires a lot of code. Therefore, we created this generator to make generating random JSON data more convenient.
We know learning new APIs can be uneasy for busy software fellows, so we focus on a GUI-based JSON generator designed to mimic a JSON tree structure. Adding and deleting nodes, changing the data type is just a click of a button.
We provide many common data types out of the box. Test your application with realistic names, addresses, phone numbers and so much more. You can even generate some data types, e.g. names, to a language/locale of your liking.
Have a JSON schema upon which you want to generate test data from? Simply import your schema and we'll create a GUI tree for you. Then you can customize how you want to generate each node within the GUI to your liking.