Skip to main content
Module

x/neo4j_lite_client/core/index.ts>json.stringify

Unofficial Neo4j Driver for Deno
Latest
function json.stringify
import { json } from "https://deno.land/x/neo4j_lite_client@4.4.6/core/index.ts";
const { stringify } = json;

Custom version on JSON.stringify that can handle values that normally don't support serialization, such as BigInt.

Parameters

val: any

A JavaScript value, usually an object or array, to be converted.