You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -81,7 +82,8 @@ import ReactJsonView from '@microlink/react-json-view'
81
82
|`quotesOnKeys`|`boolean`|`true`| Set to `false` to remove quotes from keys (e.g., `"name":` vs. `name:`). |
82
83
|`validationMessage`|`string`| "Validation Error" | Custom message for validation failures to `onEdit`, `onAdd`, or `onDelete` callbacks. |
83
84
|`displayArrayKey`|`boolean`|`true`| When set to `true`, the index of the elements prefix values. |
84
-
|`escapeStrings`|`boolean`|`true`| When set to `true`, strings sequences such as \n, \t, \r, \f will be escaped. |
85
+
|`escapeStrings`|`boolean`|`true`| When set to `true`, strings sequences such as \n, \t, \r, \f will be escaped. |
86
+
|`bigNumber`|`BigNumber \| Decimal \| Big`|`null`| When set to a BigNumber class (from `bignumber.js`, `decimal.js` or `big.js`), numbers will be parsed and displayed using that class for high precision decimal handling. |
0 commit comments