We are working very hard to bring you the best documentation possible.

HTML DOCUMENTS

JSON Data Sources

Required: No
Type: .json
Project Location: src/data

fusion.ssg supports components and collection components that consume JSON data sources.

A JSON data source source located in a file that resides in the src/data folder.

[
{"name": { "first": "John", "last": "Doe" }},
{"name": { "first": "Jane", "last": "Doe" }},
{"name": { "first": "Julia", "last": "Doe" }}
]