Joaozinho das Couves
Joaozinho das Couves

Reputation: 238

Mock Services Json

What is the simplest way to make mock json services? Is there any program for that like there is for soap?

Thanks

Upvotes: 1

Views: 1663

Answers (2)

basicallydan
basicallydan

Reputation: 2142

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 :)

Upvotes: 1

IAdapter
IAdapter

Reputation: 64747

You could try soapui

Howto create a mock service to serve static json

Upvotes: 1

Related Questions