Range serialization/deserialization
Deserializes JSON string by constructing new Range object with arguments a serialized by to_json.
Returns a hash, that will be turned into a JSON object and represent this object.
Stores class name (Range) with JSON array of arguments a which include first (integer), last (integer), and exclude_end? (boolean) as JSON string.
[Validate]