Skip to content
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

Initial YAML configuration support #334

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on May 6, 2022

  1. Initial YAML configuration support

    - Framework will attempt to read supplied configuration
      files as YAML format first, then falls back to JSON if needed
    - Change should be backward-compatible with existing .jsonc files
    - Added a new `parse_serialization_stream` function and private
      `_parse_yaml` function
    - Renamed existing `parse_json` to a private `_parse_json`
    - Updated doc references and unittests
    jkrasting committed May 6, 2022
    Configuration menu
    Copy the full SHA
    6e4c65b View commit details
    Browse the repository at this point in the history