In this chapter, we will cover the following topics:
- Loading external text files using the TextAsset public variable
- Loading external text files using C# file streams
- Saving external text files with C# file streams
- Loading and parsing external XML files
- Creating XML text data manually using XMLWriter
- Saving and Loading XML text data automatically through serialization
- Creating XML text files, and saving XML directly to text files with XMLDocument.Save()
- Creating JSON strings from individual objects and lists of objects
- Creating individual objects and lists of objects from JSON strings