CSenshi / Validator

Easy-to-use, Highly Configurable Python Data Validator. Inspired by Laravel Validator
https://pypi.org/project/validator/
MIT License
46 stars 23 forks source link

New Rule: JSON #50

Closed CSenshi closed 4 years ago

CSenshi commented 4 years ago

Write rule that validates data to be valid json string

Description: "The field under validation must be a valid JSON string or JSON object"

Please see CONTRIBUTING.md for Contribution details :100:

bakurits commented 4 years ago

I'll take it if no one has it yet