function.json 296 B

1234567891011121314
  1. { "statusCode": "200"
  2. , "same": { "helo": "dawg" }
  3. , "results": [42, { "more": "results" }, 23]
  4. , "a": { "b": 2 }
  5. , "c": []
  6. , "something": "long"
  7. }
  8. { "statusCode": "200"
  9. , "same": { "helo": "dawg" }
  10. , "results": [42, { "more": "results" }, 23]
  11. , "a": { "b": 2 }
  12. , "c": []
  13. , "something": "long"
  14. }