Skip to content

Instantly share code, notes, and snippets.

@adam12
Created March 13, 2016 21:21
Show Gist options
  • Save adam12/d18837c2404a711e87be to your computer and use it in GitHub Desktop.
Save adam12/d18837c2404a711e87be to your computer and use it in GitHub Desktop.
class SomeObj
struct UnixTime
def self.from_json(pull)
Time.epoch pull.read_int
end
end
JSON.mapping({
added_date: { key: "addedDate", type: Time, converter: UnixTime },
})
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment