Skip to main content
Parser
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.
(data:any, instance:VisuallyJsModel, parameters:any) => any