jonsequitur/Its.Configuration

Add JSON validation option to command-line tool

Open

#19 opened on Feb 12, 2016

View on GitHub
 (0 comments) (0 reactions) (0 assignees)C# (13 forks)github user discovery
enhancementhelp wanted

Repository metrics

Stars
 (24 stars)
PR merge metrics
 (PR metrics pending)

Description

Malformed JSON in an encrypted settings file can be expensive to diagnose. It would be useful to be able to specify an option in the command-line tool (or make this the default and provide a way to opt out) that validates that the file contents are valid JSON before allowing them to be encrypted.

Contributor guide