Sources with the BigML Dashboard
3.3 JSON
BigML sources can also be created using JSON data in one of the following two formats:
3.3.1 List of Lists
A top-level list of lists of atomic values, each one defining a row. (See Figure 3.2 .)
3.3.2 List of Dictionaries
A top-level list of dictionaries, where each dictionary’s values represent the row values and the corresponding keys represent the column names as shown in Figure 3.3 . The first dictionary defines the keys that will be selected.