class EncJson::JsonUtils
- EncJson::JsonUtils
- Reference
- Object
Defined in:
json_utils.crConstant Summary
-
JSON_PUBLIC_KEY_NAME =
"_public_key"
Constructors
Class Method Summary
- .has_public_key?(json : JSON::Any)
- .with_content(content, &)
- .with_file(file_name, from_stdin : Bool = false, &)
Instance Method Summary
- #enc_dec
- #parse_array(any : JSON::Any, level : Int32 = 0) : JsonType
- #parse_hash(any : JSON::Any, level : Int32 = 0) : JsonType
Constructor Detail
def self.new(json : JSON::Any, key_dir : String | Nil, command : Symbol, debug : Bool = false)
#