JSON files inside data folder get parsed now, e.g.:
/
|- data
|- posts.json
|- authors.json
Get parsed into the data
object:
data: {
posts: [ ... ],
authors: [ ... ]
}
Note: data is parsed as is. Intended use case is to have structured data outside of the Markdown docs case.