class

Cosmo::Intrinsic::HttpLib::Client::ResponseBody::ToJSON

Inherits Cosmo::Intrinsic::HttpLib::Client::ResponseBodyFunctionBase / Cosmo::Intrinsic::IFunction / Cosmo::Callable / Reference / Object

Returns the response body as a JSONAny

Instance methods

arity

The amount of parameters this function will accept

Source
call(args : Array(ValueType)) : ValueType

Executes the function body, passing in args

Source