visit: (text: string, visitor: JSONVisitor, options?: ParseOptions) => any

Parses the given text and invokes the visitor functions for each object, array and literal reached.

Type Declaration