main
Last change
on this file was d24f17c, checked in by Aleksandar Panovski <apano77@…>, 15 months ago |
Initial commit
|
-
Property mode
set to
100644
|
File size:
288 bytes
|
Rev | Line | |
---|
[d24f17c] | 1 | // Standard YAML's Core schema.
|
---|
| 2 | // http://www.yaml.org/spec/1.2/spec.html#id2804923
|
---|
| 3 | //
|
---|
| 4 | // NOTE: JS-YAML does not support schema-specific tag resolution restrictions.
|
---|
| 5 | // So, Core schema has no distinctions from JSON schema is JS-YAML.
|
---|
| 6 |
|
---|
| 7 |
|
---|
| 8 | 'use strict';
|
---|
| 9 |
|
---|
| 10 |
|
---|
| 11 | module.exports = require('./json');
|
---|
Note:
See
TracBrowser
for help on using the repository browser.