JSON url - Mock backend with JSON generated from URL

Ever wanted to mock a backend request with a real request instead of hard-coded JSON?
Try JSON url.

It allows you to get a JSON straight from a URL. For example from this URL:
”: “Max”}
you can get this json:
{“name”: “Max”}

Add a comment

Replies

Best
Ever wanted to mock a backend request with a real request instead of hard-coded JSON? Try jsonurl. It allows you to get a JSON straight from a URL. For example from this URL: “Max”} you can get this json: {“name”: “Max”} Or you can get it with a delay to simulate a heave request by adding a ?delay param like “Max”}?delay=2 Or in UI at jsonurl.com
Congrats on the launch 🚀
Great Job🎉✨
Interesting idea. Congrats on the launch.
This can be very useful indeed!
congrats for the launch
Amazing, congrats on the launch
I understand the idea, but I would rather mock the request to save on requests going out. if I have to define the structure and data anyway, I would prob stick to mocking instead of relying on external service. it's an interesting idea though
This will come in handy - nice.