uiwjs / react-json-view

A React component for displaying and editing javascript arrays and JSON objects.
https://uiwjs.github.io/react-json-view/
MIT License
188 stars 11 forks source link

refactor: add `bigIntToString()` types functionPatch 2 #44

Closed gregfenton closed 5 months ago

gregfenton commented 5 months ago

merge 3 places in code where we were doing BigInt(...).toString + 'n' to use a single utility function bigIntToString(....)