kosmonet / argon

the argon roguelike engine
GNU General Public License v3.0
0 stars 0 forks source link

Load and save XML and JSON files #1

Closed kosmonet closed 11 months ago

kosmonet commented 11 months ago

Use the standard .NET API to load and save JSON and XML files.

kosmonet commented 11 months ago

JSON is much easier to map to a simple C# class for game assets. XML looks useful if LINQ is ever needed, but let's go with JSON for now.