webroo / dummy-json

Generates random dummy JSON data in Node.js
MIT License
380 stars 61 forks source link

Error converting to Json #23

Closed keshore closed 7 years ago

keshore commented 7 years ago

After parsing the schema, the result i'm getting is of type string. I've tried stringify and the cast to back to json.parse(), still the result im getting is of type string. please suggest how to convert the response to javascript object

keshore commented 7 years ago

sorry, its mistake in schema file, its resolved now. Thanks!