module Webview::TypedBinding

Overview

Helper module for type conversions in bind_typed

Defined in:

webview.cr

Class Method Summary

Class Method Detail

def self.convert_from_json(json_val : JSON::Any, type : T.class) forall T #

[View source]
def self.convert_to_json(value) #

[View source]