Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/fresh/tests/deps.ts>JSONC

The next-gen web framework.
Extremely Popular
Go to Latest
namespace JSONC
import { JSONC } from "https://deno.land/x/fresh@1.6.7/tests/deps.ts";

parse function for parsing JSONC (JSON with Comments) strings.

This module is browser compatible.

Functions

Converts a JSON with Comments (JSONC) string into an object. If a syntax error is found, throw a SyntaxError.

Type Aliases

The type of the result of parsing JSON.