Wed. Nov 19th, 2025
const info = JSON.stringify(info_str, (_key, _value) => {
  typeof _value === 'bigint' ? _value = _value.toString() : _value
})