class Crest::ZeroEnumeratedFlatParamsEncoder

Defined in:

crest/params_encoders/zero_enumerated_flat_params_encoder.cr

Class Method Summary

Instance methods inherited from class Crest::EnumeratedFlatParamsEncoder

encode(params : Hash) : String encode

Class methods inherited from class Crest::EnumeratedFlatParamsEncoder

array_start_index array_start_index, flatten_params(object : Hash, parent_key : String | Nil = nil) : Array(Tuple(String, Crest::ParamsValue))
flatten_params(object : Array, parent_key : String | Nil = nil) : Array(Tuple(String, Crest::ParamsValue))
flatten_params

Instance methods inherited from class Crest::ParamsEncoder

encode(params : Hash) : String encode

Class methods inherited from class Crest::ParamsEncoder

encode(params : Hash) : String encode, flatten_params(object : JSON::Any, parent_key : String | Nil = nil) : Array(Tuple(String, Crest::ParamsValue)) flatten_params

Class Method Detail

def self.array_start_index #

[View source]