module Preferences::BoolToString

Defined in:

invidious/users.cr

Class Method Summary

Class Method Detail

def self.from_json(value : JSON::PullParser) : String #

[View source]
def self.from_yaml(ctx : YAML::ParseContext, node : YAML::Nodes::Node) : String #

[View source]
def self.to_json(value : String, json : JSON::Builder) #

[View source]
def self.to_yaml(value : String, yaml : YAML::Nodes::Builder) #

[View source]