Skip to content

feat: Add yaml-json-cli module for bidirectional YAML↔JSON conversion#10

Open
toxfox69 wants to merge 1 commit intodrbild:masterfrom
toxfox69:yaml-json-cli-feature
Open

feat: Add yaml-json-cli module for bidirectional YAML↔JSON conversion#10
toxfox69 wants to merge 1 commit intodrbild:masterfrom
toxfox69:yaml-json-cli-feature

Conversation

@toxfox69
Copy link

@toxfox69 toxfox69 commented Mar 4, 2026

Resolves issue #15.

Implementation

  • Bidirectional YAML ↔ JSON converter (CLI + Python API)
  • Multi-document YAML support
  • YAML anchors & aliases resolution
  • Date/datetime serialization
  • 74 comprehensive test cases (all passing)

Testing

pytest test_converter.py -v
# Result: 74 items collected, 74 passed

Usage

yaml-json-cli config.yaml -o config.json

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