struct UUID

Overview

Represents a UUID (Universally Unique IDentifier).

NOTE To use UUID, you must explicitly import it with require "uuid"

Included Modules

Defined in:

converters.cr

Instance Method Summary

Instance Method Detail

def from_json(pull : JSON::PullParser) : UUID #

[View source]
def to_json(json : JSON::Builder) #

[View source]