Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

echojson

johannesboyne2MIT0.0.1

Echo back json from URL

echo, http, json

readme

echojson

echojson is a simple echo server for testing purposes. Feed it with something like: http://localhost:1337/%7Bvalue1:%20%22one%22%7D and it will respond with:

{
  value1: "one"
}

If you are using chrome, you can type http://localhost:1337/{value1: "one"} in your URL bar and it will handle the rest.