Skip to main content
Module

x/class_transformer/src/index.ts>deserializeArray

Deno port of class-transformer
Latest
function deserializeArray
import { deserializeArray } from "https://deno.land/x/class_transformer@v0.2.3-beta.1/src/index.ts";

Deserializes given JSON string to an array of objects of the given class.

Parameters

cls: ClassType<T>
json: string
optional
options: ClassTransformOptions