csv, json

CSV or JSON-formatted data can be included directly within page markup via the <csv> and <json> tags. The tags must have an ID attribute so that they can be referenced from charts.

For CSV data, lines that are empty or that start with a # are discarded. JSON data should be an array of objects, and is parsed using the browser-native JSON.parse function.

See also linked data.