The route definition
post "/sandhi/analyze", to: "sandhi_analyses#analyze"
automatically includes an optional :format
segment, so both
/sandhi/analyze # no explicit format
/sandhi/analyze.json # JSON extension
match the same sandhi_analyses#analyze
action.