Skip to content

feat(json): Add extensions option to load JSON files with custom extensions. #1857

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

altinokdarici
Copy link

Rollup Plugin Name: json

This PR contains:

  • bugfix
  • feature
  • refactor
  • documentation
  • other

Are tests included?

  • yes (bugfixes and features will not be merged without tests)
  • no

Breaking Changes?

  • yes (breaking changes will not be merged unless absolutely necessary)
  • no

If yes, then include "BREAKING CHANGES:" in the first commit message body, followed by a description of what is breaking.

List any relevant issue numbers:

Description

This PR adds support for custom file extensions in the JSON plugin, allowing handling beyond the default .json files.
Previously, the plugin only handled .json files, limiting use with custom formats (such as .resjson)

Changes

@shellscape shellscape changed the title feat(json): Add extensions option to load JSON files with custom extensions feat(json): Add extensions option to load JSON files with custom extensions. Jun 17, 2025
Copy link
Collaborator

@shellscape shellscape left a comment

Choose a reason for hiding this comment

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

Small nits on the docs for this feature. Once those are tackled we can merge. Thank you for the PR.

@altinokdarici
Copy link
Author

Small nits on the docs for this feature. Once those are tackled we can merge. Thank you for the PR.

@shellscape I’ve gone ahead and addressed your comments. Let me know if there’s anything else I missed.

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