Improve docs

This commit is contained in:
sdogruyol 2016-11-10 16:38:29 +03:00
parent ddc92c44e0
commit 8ec9ed8331
5 changed files with 6 additions and 5 deletions

View file

@ -174,7 +174,7 @@ describe "ParamParser" do
body_params.to_s.should eq("")
json_params = Kemal::ParamParser.new(request).json
json_params.should eq({} of String => AllParamTypes)
json_params.should eq({} of String => Nil | String | Int64 | Float64 | Bool | Hash(String, JSON::Type) | Array(JSON::Type))
end
end