atomicbits / scraml

Generate typesafe Java and Scala REST API clients
Other
43 stars 7 forks source link

Parse Failure for JSON List Includes #144

Closed ian-speers closed 6 years ago

ian-speers commented 6 years ago

The parser fails when the RAML source contains JSON includes consisting of a top level list. Failure case demonstrated here, and a proposed fix is available here. Please let me know if there are any questions, comments, etc. Happy to follow up with changes as requested. Thanks!

ian-speers commented 6 years ago

fix was merged

rigolepe commented 6 years ago

Released in 0.7.1.

ian-speers commented 6 years ago

Thanks!