Class: OEmbed::Formatters::JSON
- Inherits:
-
Object
- Object
- OEmbed::Formatters::JSON
- Defined in:
- lib/oembed_links/formatters/json.rb
Instance Method Summary collapse
Instance Method Details
#format(txt) ⇒ Object
11 12 13 |
# File 'lib/oembed_links/formatters/json.rb', line 11 def format(txt) ::JSON.parse(txt) end |
#name ⇒ Object
7 8 9 |
# File 'lib/oembed_links/formatters/json.rb', line 7 def name "json" end |