Parser
Parser = (
data,instance,parameters?) =>any
Definition of a function that can parse JSON into a model. This is a high level interface that makes no assumptions about data format. You won't need to use this type unless you are writing your own parser.
Parameters
data
any
instance
parameters?
any
Returns
any