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
_______________________________________________
microformats-discuss mailing list
microformats-discuss@microformats.org
http://microformats.org/mailman/listinfo/microformats-discuss