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
- Host: GitHub
- URL: https://github.com/jonathanstowe/json-schema
- Owner: jonathanstowe
- License: artistic-2.0
- Created: 2017-09-19T08:36:06.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-11-07T22:04:35.000Z (over 8 years ago)
- Last Synced: 2023-04-22T17:06:59.793Z (about 3 years ago)
- Topics: json, perl6, schema
- Language: Perl 6
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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