javascript-stringify

  • Version 2.1.0
  • Published
  • 71.9 kB
  • No dependencies
  • MIT license

Install

npm i javascript-stringify
yarn add javascript-stringify
pnpm add javascript-stringify

Overview

Stringify is to `eval` as `JSON.stringify` is to `JSON.parse`

Index

Functions

function stringify

stringify: (
value: any,
replacer?: ToString | null,
indent?: string | number | null,
options?: Options
) => string | undefined;
  • Stringify any JavaScript value.

Interfaces

interface Options

interface Options {}

    property maxDepth

    maxDepth?: number;

      property maxValues

      maxValues?: number;

        property references

        references?: boolean;

          property skipUndefinedProperties

          skipUndefinedProperties?: boolean;

            Package Files (1)

            Dependencies (0)

            No dependencies.

            Dev Dependencies (7)

            Peer Dependencies (0)

            No peer dependencies.

            Badge

            To add a badge like this onejsDocs.io badgeto your package's README, use the codes available below.

            You may also use Shields.io to create a custom badge linking to https://www.jsdocs.io/package/javascript-stringify.

            • Markdown
              [![jsDocs.io](https://img.shields.io/badge/jsDocs.io-reference-blue)](https://www.jsdocs.io/package/javascript-stringify)
            • HTML
              <a href="https://www.jsdocs.io/package/javascript-stringify"><img src="https://img.shields.io/badge/jsDocs.io-reference-blue" alt="jsDocs.io"></a>