|
|
|
|
|
by falcolas
3594 days ago
|
|
There's another point in your development career where you realize that strings, numbers, maps, and lists are not nearly enough data types for more complex work. Of course, first you'll have to go through the phase where you fight to make them fit into those four types simply so you can use JSON. Even when those four types are sufficient, you'll frequently find there are better ways to handle storage and transmission than serializing the data to JSON. |
|