Hello.I can’t run example with RoutingDsl.
Hi @avzlobin79,
The import is wrong. It should be:
import play.libs.Json;
See this section of the docs: Binding Routing DSL.
Best.