[uf-discuss] Standardized Representation of Microformats in PHP/other languages

Gordon gordon at onlinehome.de
Thu Apr 3 02:07:20 PST 2008


Ciaran McNulty schrieb:
> Is there an obvious representation in any other programming languages?
>   
Ruby doesn't seem to have dedicated JSON encoding/decoding methods, but 
Ruby on Rails does[1].
Rails seems to first convert[2] JSON to YAML, so the resulting datatypes 
are dependant on how YAML[3] gets represented in Ruby.

[1] http://api.rubyonrails.org/classes/ActiveSupport/JSON.html
[2] 
http://www.noobkit.com/show/ruby/rails/rails-edge/activesupport-edge/activesupport/json/convert_json_to_yaml.html
[3] http://www.ruby-doc.org/stdlib/libdoc/yaml/rdoc/index.html


More information about the microformats-discuss mailing list