api documentation for js-yaml (v3.8.2)

YAML 1.2 parser and serializer

table of contents

  1. module js-yaml
    1. function js-yaml.Schema (definition)
    2. function js-yaml.Type (tag, options)
    3. function js-yaml.YAMLException (reason, mark)
    4. function js-yaml.addConstructor ()
    5. function js-yaml.compose ()
    6. function js-yaml.dump (input, options)
    7. function js-yaml.load (input, options)
    8. function js-yaml.loadAll (input, iterator, options)
    9. function js-yaml.parse ()
    10. function js-yaml.safeDump (input, options)
    11. function js-yaml.safeLoad (input, options)
    12. function js-yaml.safeLoadAll (input, output, options)
    13. function js-yaml.scan ()
    14. object js-yaml.CORE_SCHEMA
    15. object js-yaml.DEFAULT_FULL_SCHEMA
    16. object js-yaml.DEFAULT_SAFE_SCHEMA
    17. object js-yaml.DEFAULT_SCHEMA
    18. object js-yaml.FAILSAFE_SCHEMA
    19. object js-yaml.JSON_SCHEMA
    20. object js-yaml.MINIMAL_SCHEMA
    21. object js-yaml.SAFE_SCHEMA
    22. object js-yaml.YAMLException.prototype
  2. module js-yaml.Schema
    1. function js-yaml.Schema (definition)
    2. function js-yaml.Schema.create ()
    3. object js-yaml.Schema.DEFAULT
  3. module js-yaml.YAMLException
    1. function js-yaml.YAMLException (reason, mark)
  4. module js-yaml.YAMLException.prototype
    1. function js-yaml.YAMLException.prototype.constructor (reason, mark)
    2. function js-yaml.YAMLException.prototype.toString (compact)

module js-yaml

function js-yaml.Schema (definition)

function js-yaml.Type (tag, options)

function js-yaml.YAMLException (reason, mark)

function js-yaml.addConstructor ()

function js-yaml.compose ()

function js-yaml.dump (input, options)

function js-yaml.load (input, options)

function js-yaml.loadAll (input, iterator, options)

function js-yaml.parse ()

function js-yaml.safeDump (input, options)

function js-yaml.safeLoad (input, options)

function js-yaml.safeLoadAll (input, output, options)

function js-yaml.scan ()

module js-yaml.Schema

function js-yaml.Schema (definition)

function js-yaml.Schema.create ()

module js-yaml.YAMLException

function js-yaml.YAMLException (reason, mark)

module js-yaml.YAMLException.prototype

function js-yaml.YAMLException.prototype.constructor (reason, mark)

function js-yaml.YAMLException.prototype.toString (compact)

[ this document was created with utility2 ]