Open davclark opened 9 years ago
JSON is "JavaScript Object Notation" - it looks like this:
{stuff: [1, 2, 3], other_stuff: {"nested stuff": "stuff"}}
It's a format that makes it easy to share data across many languages, and is used by many web protocols. You will probably see that it looks a lot like Python or Ruby, and the meaning remains close to the same across languages.
Maybe a good place to start would be with more static content (e.g., you could add a dynamic heading in a Jekyll data file).
See here for more: http://jekyllrb.com/docs/datafiles/