11

I need to expose a Spray service that accepts JSON payload. Where can I find a sample that would demonstrate such a feature?

Arnaud Gourlay
  • 4,646
  • 1
  • 29
  • 35
Giri
  • 235
  • 4
  • 14

1 Answers1

13

When I started learning Spray I used this awesome sample project. It shows you how to structure your application and much more.

If you want to have a look at how it uses spray-json at the route level, then take a look at this example.

Hope it helps! (kudos to Jacobus for S4)

Leigh
  • 28,765
  • 10
  • 55
  • 103
Arnaud Gourlay
  • 4,646
  • 1
  • 29
  • 35