DataDog / kvexpress

## Auto-archived due to inactivity. ## Go program to move data in and out of Consul's KV store.
Apache License 2.0
128 stars 13 forks source link

Would validation be worth it to add? #84

Open darron opened 8 years ago

darron commented 8 years ago

Sometimes - if you're transforming items on input or output - would it be worth it to add some validation mechanisms?

Specifically for:

  1. JSON
  2. ini

Just thinking.