Merge pull request #87 from jamiehodge/yajl

Add yajl json support
This commit is contained in:
Zachary Scott 2013-03-25 20:26:56 -07:00
commit 177348d69b
1 changed files with 1 additions and 0 deletions

View File

@ -227,6 +227,7 @@ module Sinatra
:css => [:less, :sass, :scss],
:xml => [:builder, :nokogiri],
:js => [:coffee],
:json => [:yajl],
:html => [:erb, :erubis, :haml, :slim, :liquid, :radius, :mab, :markdown,
:textile, :rdoc],
:all => Sinatra::Templates.instance_methods.map(&:to_sym) + [:mab] -