Skip to content

feat(Properties): add Properties / JSON BoxSource - #444

Open
XiaoXiaoSN wants to merge 1 commit into
mainfrom
feat/boxsource-new-properties
Open

feat(Properties): add Properties / JSON BoxSource#444
XiaoXiaoSN wants to merge 1 commit into
mainfrom
feat/boxsource-new-properties

Conversation

@XiaoXiaoSN

@XiaoXiaoSN XiaoXiaoSN commented Jun 24, 2026

Copy link
Copy Markdown
Owner

Box Source: Properties / JSON (Convert)

Adds the Properties / JSON box source to Magic Box. It is disabled by default.

Details:

  • Category (Kind): Convert
  • Tag: #
  • Default Input: server.host=localhost server.port=8080 ::properties

Options:

  • ::properties, ::propertiesjson

Description:

Convert a Java .properties file to JSON, or a flat JSON object to .properties.

Usage Examples:

  • Input:
server.host=localhost
server.port=8080
::properties
  • Output Box (Properties → JSON):
{
  "server.host": "localhost",
  "server.port": "8080"
}

@XiaoXiaoSN

Copy link
Copy Markdown
Owner Author

Linting/testing failed on this branch.

Error details:

Please fix the linting and testing issues and ensure 'bun run lint' and 'bun test run' pass.

@XiaoXiaoSN

Copy link
Copy Markdown
Owner Author

This PR is ready to merge!

@XiaoXiaoSN
XiaoXiaoSN force-pushed the feat/boxsource-new-properties branch from 5359d50 to 7a62bd6 Compare June 26, 2026 08:17
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.

1 participant