Mock Services Json
What is the simplest way to make mock json services? Is there any program for that lik开发者_开发技巧e there is for soap?
Thanks
I recently wrote a library specifically for this purpose! It's called Interfake.
You can write it in JavaScript, but you can also just create a JSON file and run interfake against it. All the instructions are in the readme :)
You could try soapui
Howto create a mock service to serve static json
精彩评论