S

serialization

Example of using JSON standard format to store data permanently in a file. It's called serialization because you have to get all the data in an object(s) and write it into a file as a character string, one string after the next, in a serial fashion.