Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 202 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 202 Bytes

jsonserver

Flask server to return local json files

  • Examples
  $ cat > /var/tmp/test.json
  {"this": "that"}

  $ python server.py

  $ curl http://localhost:5555/json/var/tmp/test.json