diff --git a/README.md b/README.md new file mode 100644 index 0000000..d2f45ac --- /dev/null +++ b/README.md @@ -0,0 +1,6 @@ +# JsonSchemaNif + +Library for validating JSON instances against JSON schemas. + +Provides a straightforward way to ensure that JSON data adheres to a predefined schema, enhancing the reliability and +consistency of data. Especially useful in contexts like Kafka.