MCPcopy Create free account
hub / github.com/FlowiseAI/Flowise / parse

Method parse

packages/components/nodes/documentloaders/Json/Json.ts:267–269  ·  view source on GitHub ↗
(raw: string)

Source from the content-addressed store, hash-verified

265 }
266
267 protected async parse(raw: string): Promise<{ pageContent: string; metadata: ICommonObject }[]> {
268 return [{ pageContent: raw, metadata: {} }]
269 }
270
271 public async load(): Promise<Document[]> {
272 let text: string

Callers 1

loadMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected