parse

public abstract T parse(Map<String, String> metaData, Map<String, Map<String, String>> data)


public T parse(Map<String, Object> object)

Maps the decoded JSON body of an Alpha Vantage reply to a response object.

Return

the parsed response

Parameters

object

the decoded JSON body, as returned by parseJSON