Class Date
In: lib/json/add/core.rb
Parent: Object

Date serialization/deserialization

Methods

External Aliases

sg -> start

Public Class methods

Deserializes JSON string by converting Julian year y, month m, day d and Day of Calendar Reform sg to Date.

Public Instance methods

Returns a hash, that will be turned into a JSON object and represent this object.

Stores class name (Date) with Julian year y, month m, day d and Day of Calendar Reform sg as JSON string

[Validate]