Code Snippet
const info = JSON.stringify(info_str, (_key, _value) => {
typeof _value === 'bigint' ? _value = _value.toString() : _value
})
const info = JSON.stringify(info_str, (_key, _value) => {
typeof _value === 'bigint' ? _value = _value.toString() : _value
})