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.
-
1haven't done this before, but you could try to use a combination of jsonschema2pojo.org and code.google.com/p/jeneratedataLeo– Leo2014-08-12 11:00:09 +00:00Commented Aug 12, 2014 at 11:00
-
Tnx, i will try to code it by myself.Seyed Mohammad Chavoshian– Seyed Mohammad Chavoshian2014-08-12 11:17:49 +00:00Commented Aug 12, 2014 at 11:17
-
Checkout this answer stackoverflow.com/a/40035338/4989929,If it helps.Ronak Poriya– Ronak Poriya2016-10-14 05:11:25 +00:00Commented Oct 14, 2016 at 5:11
Add a comment
|