# `Maru.Params.Types.Json`

Buildin Type: Json

## Parser Arguments
* `:json_library_options` - options for json library

## Examples
requires :tags, Json |> List[Integer], max_length: 3
requires :data, Json |> Map do
  optional :nested, String
end

# `parse`

# `parser_arguments`

# `validate`

# `validator_arguments`

---

*Consult [api-reference.md](api-reference.md) for complete listing*
