function jsonParseimport { jsonParse } from "https://deno.land/x/proc@0.22.1/tools/deps/proc.ts"; jsonParse<T>(items: AsyncIterable<string>): AsyncIterable<T>Convert JSON-encoded lines into objects. Type ParametersTParametersitems: AsyncIterable<string>The JSON-encoded lines. ReturnsAsyncIterable<T>