Sintra は Rack アプリなので、Rack の方法を使用できると思います。
get '/' do
result = true
if result
['200', {'Content-Type' => 'application/json'}, [{result:true}.to_ json]]
else
binding.pry
['500', {'Content-Type' => 'application/json'}, [{result:false}.to _json]]
end
end
500
変数がそうであるかどうかにかかわらず、常にページをtrue
返しますfalse