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
@@ -84,6 +87,7 @@ import ReactJsonView from '@microlink/react-json-view'
84
87
|`displayArrayKey`|`boolean`|`true`| When set to `true`, the index of the elements prefix values. |
85
88
|`escapeStrings`|`boolean`|`true`| When set to `true`, strings sequences such as \n, \t, \r, \f will be escaped. |
86
89
|`bigNumber`|`Class`|`null`| A custom class for handling large numbers. The class should have a constructor that accepts a numeric string/value and a `name` property for display purposes. You can use existing libraries like `bignumber.js`, `decimal.js`, `big.js`, or provide your own implementation. |
90
+
|`showComma`|`boolean`|`true`| When set to `true`, commas are displayed between object properties and array elements for better readability. Interactive tools (clipboard, edit, delete icons) appear after the comma when hovering over JSON elements. |
0 commit comments