raml-org / raml-js-parser

(deprecated) A RAML parser based on PyYAML written in CoffeScript and available for use as NodeJs module or in-browser.
195 stars 53 forks source link

Circular $ref dependencies are not allowed with dereferencing #179

Closed repocho closed 8 years ago

repocho commented 8 years ago

Issue:

If you define a circular Json Schema definition with the dereferencing option throws a circular exception.

References:

Implement a stringify function with a depth limit (by default 1000 circular repetitions) instead of using JSON.stringify function