X Tutup
Skip to content

Test-Json : Add parameter for JSON data file #15544

@GlenAppleton

Description

@GlenAppleton

Summary of the new feature/enhancement

The Test-Json command already allows for both a file or a string for the schema definition. Please do the same for the actual JSON data being tested. For example:

Test-Json -JsonFile .\MyData.json -SchemaFile .\MySchema.json

Proposed technical implementation details (optional)

This new parameter would be an alternative method to having to load the data in a separate command into a variable using Get-Content -Raw, and it would be consistent with the alternative method already provided for the schema data.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Issue-Enhancementthe issue is more of a feature request than a bugResolution-FixedThe issue is fixed.WG-Cmdlets-Utilitycmdlets in the Microsoft.PowerShell.Utility module

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      X Tutup