For testing our project, I want to generate random json objects respect to a given json-schema, how can I do this work? The given json-schemas won't be really complex.
Asked
Active
Viewed 1,599 times
1
-
1haven't done this before, but you could try to use a combination of http://www.jsonschema2pojo.org/ and http://code.google.com/p/jeneratedata/ – Leo Aug 12 '14 at 11:00
-
Tnx, i will try to code it by myself. – Seyed Mohammad Chavoshian Aug 12 '14 at 11:17
-
Checkout this answer http://stackoverflow.com/a/40035338/4989929,If it helps. – Ronak Poriya Oct 14 '16 at 05:11