An open API service indexing awesome lists of open source software.

https://github.com/jonathanstowe/json-schema

Parse and create JSON Schema documents
https://github.com/jonathanstowe/json-schema

json perl6 schema

Last synced: over 1 year ago
JSON representation

Parse and create JSON Schema documents

Awesome Lists containing this project

README

          

# JSON::Schema

Parse and create JSON Schema documents

## Synopsis

## Description

This provides a means to work with [JSON Schema](http://json-schema.org/) documents in Perl 6.

JSON Schema is means to describe and validate the structure of JSON documents.

JSON Schema is means to describe and validate the structure of JSON documents

## Installation

Assuming you have a working Rakudo Perl 6 installation you should be abl
to install this with *zef*:

zef install JSON::Schema

# Or from a local copy

zef install .

## Support

Please report any problems/suggestions/patches at https://github.com/jonathanstowe/JSON-Schema/issues

## Licence & Copyright

This is free software, please see the [LICENCE](LICENCE) file for details.

© Jonathan Stowe 2017