glass-bead-labs / static-c3

Simple JS viz example with Jekyll
http://glass-bead-labs.github.io/static-c3/
0 stars 0 forks source link

Convert JSON data from inline to Jekyll data #1

Open davclark opened 9 years ago

davclark commented 9 years ago

See here for more: http://jekyllrb.com/docs/datafiles/

davclark commented 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.

davclark commented 9 years ago

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).