Project

General

Profile

Test Plan

  • Input accepts JSON data
    • curl -d '{"key1":"value1", "key2":"value2"}' -H "Content-Type: application/json" -X POST http://localhost/data
  • Input doesn't error on bad data
  • Input handles plain text:
  • Input accepts hierarchical data and flattens it
    • curl -d '{"key1": {"keyA":"A"}, "key2":["value2", "value3"]}' -H "Content-Type: application/json" -X POST http://localhost/data