Skip to main content
CrystalDocs
Search documentation
Search
Browse Docs
CrystalShards
About
module
Crig::JSONUtils
Class methods
deserialize_json_string_or_value
(raw :
String
) :
String
|
Nil
Source
empty_or_none
(value :
String
|
Nil
) :
Bool
Source
merge
(a :
JSON::Any
, b :
JSON::Any
) :
JSON::Any
Source
merge_inplace
(a :
JSON::Any
, b :
JSON::Any
) :
Nil
Source
merge_text_additional_params
(existing :
JSON::Any
, incoming :
JSON::Any
) :
Nil
Source
parse_tool_arguments
(arguments :
String
) :
JSON::Any
Source
value_to_json_string
(value :
JSON::Any
) :
String
Source
Nested types
Crig::JSONUtils::NullOrDefault(T)
Crig::JSONUtils::NullOrVecConverter(T)
Crig::JSONUtils::StringOrVecConverter(T)
Crig::JSONUtils::StringifiedJSON