Module adapter/map

Serializes Map instances.

import { stringify } from 'json-marshal';
import mapAdapter from 'json-marshal/adapter/map';

stringify(new Map(), { adapters: [mapAdapter()] });

Index

Functions