ivmjv 0.1.6 copy "ivmjv: ^0.1.6" to clipboard
ivmjv: ^0.1.6 copied to clipboard

This package is a simple tool for validating a string to JSON object respecting [RFC8259](https://tools.ietf.org/html/rfc8259)

example/example.dart

import 'package:ivmjv/ivmjv.dart';

void main() async {
  final iv = JsonValidator('{\"amount\": 100.00}');
  print('valid?: ${await iv.validate()}');
}
0
likes
40
points
13
downloads

Publisher

verified publisherivmanto.com

Weekly Downloads

This package is a simple tool for validating a string to JSON object respecting [RFC8259](https://tools.ietf.org/html/rfc8259)

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

meta, pedantic

More

Packages that depend on ivmjv