Wed. Jan 7th, 2026
const info = JSON.stringify(info_str, (_key, _value) => {
  typeof _value === 'bigint' ? _value = _value.toString() : _value
})