Skip to content

JSON/YAML/TOML Parsing & Validation Module #32

Description

@jwesleye

Module Overview

Priority: Medium
Estimated Functions: ~12
Focus: Universal config file validation

Features

  • validate_json_syntax(), validate_yaml_syntax(), validate_toml_syntax(), validate_against_json_schema()
  • parse_json_with_comments(), parse_nested_structures(), normalize_yaml_to_json()
  • detect_duplicate_keys(), detect_yaml_security_issues(), detect_circular_references()
  • validate_config_references(), compare_config_files()

Rationale

Config files are everywhere. Validation prevents deployment failures. Parsing is tedious.

Related

  • Part of Phase 6: Modern Development

Activity

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions