class Grape::Validations::Types::JsonArray
def parse(input)
-
(Array-)
Parameters:
-
input(String) -- JSON-encoded parameter value
def parse(input) json = super Array.wrap(json) unless json.nil? end
(Array)
-
input
(String)
-- JSON-encoded parameter value
def parse(input) json = super Array.wrap(json) unless json.nil? end