Receives a JSON document and parse it into an array of specific Dana data type.
json JSON document provided as input.
t Data type to which the JSON document will be converted to.
map In some cases the key name in a JSON document does not match the name of a variable of a Dana data type. In those cases, it is necessary to provide a dictionary mapping the key name to the name of the variable in the Dana data type. The most common case is when JSON documents use as key names Dana reserved words. An example of a map looks like the following: Map map = new Map[](new Map(''data'', ''data_'')). When a key is named 'data', but 'data' is a reserved word in Dana.