Skip to content

Conversation

@ddtramp
Copy link

@ddtramp ddtramp commented Dec 3, 2025

When provided onEditAllowKeys, only keys included in onEditAllowKeys will display the edit icon. If onEditAllowKeys.includes(key) is true, the edit icon will be shown.

@vercel
Copy link

vercel bot commented Dec 3, 2025

@ddtramp is attempting to deploy a commit to the Microlink Team on Vercel.

A member of the Team first needs to authorize it.

@ddtramp
Copy link
Author

ddtramp commented Dec 3, 2025

approve

Copy link
Author

@ddtramp ddtramp left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

Copy link
Author

@ddtramp ddtramp left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

finished

| `escapeStrings` | `boolean` | `true` | When set to `true`, strings sequences such as \n, \t, \r, \f will be escaped. |
| `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. |
| `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. |
| `onEditAllowKeys` | `array` | `false` | When provided, only keys included in onEditAllowKeys will display the edit icon. If onEditAllowKeys.includes(key) is true, the edit icon will be shown. |
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

@ddtramp ddtramp closed this Dec 3, 2025
@ddtramp ddtramp reopened this Dec 3, 2025
@Kikobeats
Copy link
Member

@ddtramp Thanks for ths PR; Can you include a screenshot of what this change is doing? It's hard to me remember all the API parameters atm, that would help me to move this forward 🙏

@vercel
Copy link

vercel bot commented Dec 3, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
react-json-view Ready Ready Preview Comment Dec 3, 2025 7:16am

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants