...

/

Understanding JavaScript Object Notation (JSON)

Understanding JavaScript Object Notation (JSON)

Learn about the JSON format in detail and how to use it to present your D3 data.

We'll cover the following...

One of the most useful things you might want to learn when understanding how to present your data with D3 is how to structure your data so that it is easy to use.

Types of data

As explained earlier in the course, there are several different types of data that can be requested by D3, including text, Extensible Markup Language (XML), HyperText ...