1 2 3 4
def schema raw_schema_json = ActiveSupport::JSON.decode(self.schema_json) schema = [] ...
Ruby Decoding a json object whil...
by sebastian.deutsch.myopenid.com,
June 10, 2009 18:01,
3 refactorings, tagged with ruby, rails, json
I'm decoding a json object....