class JsonDecoder implements DecoderInterface

A standard Json Decoder Module for the data manager file loader.

Methods

array
decode($data)

Decodes JSON data to array

array
getMimeType()

Returns MimeType

Details

at line line 24
array decode($data)

Decodes JSON data to array

Parameters

$data

Return Value

array

Exceptions

JsonDecodingFailedException

at line line 41
array getMimeType()

Returns MimeType

Return Value

array