Facettage.js
< 05 | Examples list | 07 >

06 - Why (un-)serialization matters

WITHOUT SERIALIZATION

It generates an error (see console) because data is not serializable as a CSV.

WITH SERIALIZATION

It works. We should put that file in data/cache/ but it is already done.