Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/ayonli_jsext/json/index.ts

A JavaScript extension package for building strong and modern applications.
Latest
import * as ayonliJsext from "https://deno.land/x/ayonli_jsext@v0.9.72/json/index.ts";

Functions for parsing JSONs to specific structures.

Functions

Converts the data into the given type.

Converts a JSON string into an object of the given type.

A decorator to instruct that the target property in the class is of a specific type.