Libraries
»
viu
(0.0.7)
»
Index (J)
»
Viu
»
Json
Module: Viu::Json
Extended by:
ActiveSupport::Concern
Defined in:
lib/viu/json.rb
Constant Summary
collapse
DEFAULT_JSON_ENCODER =
->
(
input
)
{
input
.
to_json
}
.
freeze