json_validator 0.1.2

A library for JSON validation with custom error messages and validation rules.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "json_validator"
version = "0.1.2"
edition = "2021"
authors = ["Ian Vega <lan@ciencias.unam.mx>"]
description = "A library for JSON validation with custom error messages and validation rules."
license = "MIT"
repository = "https://github.com/Lann892/json_validator"
homepage = "https://github.com/Lann892"
documentation = "https://docs.rs/json_validator"

[dependencies]
json_validator_macro = "0.1.0"
regex = "1"

[lib]
path = "src/lib.rs"