Update json-introduction.md

This commit is contained in:
Robert Wallach
2018-03-21 12:41:08 -05:00
committed by GitHub
parent 5a3b7f6799
commit 4a9d31cc38

View File

@@ -40,7 +40,7 @@ There are many benefits to using JSON, some of which include:
* It is a subset of another syntax called
[YAML](https://en.wikipedia.org/wiki/YAML). Documents written in JSON can also
be written in YAML, so either format can be used to write OpenAPI documents
be written in YAML, so either format can be used to write OpenAPI specifications
* It can be used to link files together through [JSON
references](/modeling/introduction/modeling-with-openapi/referencing-another-api-spec), making it easy to break up large documents