I understand that json is the vehicle to transport data from a server. But when the data is retrieved locally, it could also be stored in a hash. This would also be nice when I want to use lazy arrays or other object types which cannot be transported using json.
I understand that json is the vehicle to transport data from a server. But when the data is retrieved locally, it could also be stored in a hash. This would also be nice when I want to use lazy arrays or other object types which cannot be transported using json.