module Import

Defined in:

import.cr

Class Method Summary

Class Method Detail

def self.float32(data : Hash(String, JSON::Any), name : String) #

[View source]
def self.float64(data : Hash(String, JSON::Any), name : String) #

[View source]
def self.int16(data : Hash(String, JSON::Any), name : String) #

[View source]
def self.int32(data : Hash(String, JSON::Any), name : String) #

[View source]
def self.int64(data : Hash(String, JSON::Any), name : String) #

[View source]
def self.int8(data : Hash(String, JSON::Any), name : String) #

[View source]
def self.optional_float(data : Hash(String, JSON::Any), name : String) #

[View source]
def self.optional_int(data : Hash(String, JSON::Any), name : String) #

[View source]
def self.optional_string(data : Hash(String, JSON::Any), name : String) #

[View source]
def self.string(data : Hash(String, JSON::Any), name : String) #

[View source]
def self.uint16(data : Hash(String, JSON::Any), name : String) #

[View source]
def self.uint32(data : Hash(String, JSON::Any), name : String) #

[View source]
def self.uint8(data : Hash(String, JSON::Any), name : String) #

[View source]