A safe value -> JSON serializer that handles circular references and truncates the depth and breadth of the given value's serialization.
import {safeJsonStringify} from '@augment-vir/common';safeJsonStringify({some: 'value'}); Copy
import {safeJsonStringify} from '@augment-vir/common';safeJsonStringify({some: 'value'});
@augment-vir/common
A safe value -> JSON serializer that handles circular references and truncates the depth and breadth of the given value's serialization.